CSS: top border for active status on table rows
This commit is contained in:
parent
604d6c1a07
commit
784c1ed0bb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user