CSS: top border for active status on table rows
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user