CSS: top border for active status on table rows

This commit is contained in:
Pablo Vazquez 2017-01-19 16:57:41 +01:00
parent 604d6c1a07
commit 784c1ed0bb

View File

@ -237,9 +237,9 @@ nav.sidebar
.table-cell .table-cell
border-bottom-color: darken($color-background-active, 5%) 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 .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 .table-cell
display: table-cell display: table-cell