From 784c1ed0bbc6ad778ef66f3a4fa505db3706fab6 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Thu, 19 Jan 2017 16:57:41 +0100 Subject: [PATCH] CSS: top border for active status on table rows --- src/styles/_apps_base.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_apps_base.sass b/src/styles/_apps_base.sass index 8f1d0cd8..76cfe891 100644 --- a/src/styles/_apps_base.sass +++ b/src/styles/_apps_base.sass @@ -237,9 +237,9 @@ nav.sidebar .table-cell border-bottom-color: darken($color-background-active, 5%) - box-shadow: inset 0 1px darken($color-background-active, 5%) + box-shadow: inset 0 1px darken($color-background-active, 5%), inset 0 -1px darken($color-background-active, 5%) .table-cell:last-child - box-shadow: inset -5px 0 0 darken($color-background-active, 10%), inset 0 1px darken($color-background-active, 5%) + box-shadow: inset -5px 0 0 darken($color-background-active, 10%), inset 0 1px darken($color-background-active, 5%),inset 0 -1px darken($color-background-active, 5%) .table-cell display: table-cell