diff --git a/src/styles/_app_base.sass b/src/styles/_app_base.sass index 09e8cc6..a582f98 100644 --- a/src/styles/_app_base.sass +++ b/src/styles/_app_base.sass @@ -52,6 +52,7 @@ body &#item-save +button($color-success, 3px) + /* Attract specific table tweaks */ .item-list overflow-x: scroll @@ -94,8 +95,6 @@ body .table-cell text-align: center - border-left: thin solid transparent - border-right: thin solid transparent &.active background-color: $color-background diff --git a/src/styles/_tasks.sass b/src/styles/_tasks.sass index 7a3cc6f..4be3480 100644 --- a/src/styles/_tasks.sass +++ b/src/styles/_tasks.sass @@ -116,8 +116,6 @@ &.active text-decoration: none - background-color: $color-background-active - box-shadow: inset -5px 0 0 $color-primary .status, .due_date display: inline-block