hover color of active list items
This commit is contained in:
@@ -105,6 +105,8 @@ $splitter-width: 5px
|
|||||||
background-color: $color-background-active
|
background-color: $color-background-active
|
||||||
border-bottom-color: darken($color-background-active, 5%)
|
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%)
|
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
|
&.empty
|
||||||
padding: 15px
|
padding: 15px
|
||||||
|
Reference in New Issue
Block a user