From d186e9927d32077c438ce4c2ab85256e792d66d7 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 10 Nov 2016 00:53:45 +0100 Subject: [PATCH] Removing properties inherited from Pillar classes --- src/styles/_app_base.sass | 3 +-- src/styles/_tasks.sass | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) 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