hover color of active list items
This commit is contained in:
parent
9612e99806
commit
1702b40812
@ -105,6 +105,8 @@ $splitter-width: 5px
|
||||
background-color: $color-background-active
|
||||
border-bottom-color: darken($color-background-active, 5%)
|
||||
box-shadow: inset -5px 0 0 darken($color-background-active, 10%), inset 0 1px darken($color-background-active, 5%)
|
||||
&:hover
|
||||
background-color: lighten($color-background-active, 2%)
|
||||
|
||||
&.empty
|
||||
padding: 15px
|
||||
|
Loading…
x
Reference in New Issue
Block a user