hover color of active list items

This commit is contained in:
Pablo Vazquez 2016-11-10 00:54:06 +01:00
parent 9612e99806
commit 1702b40812

View File

@ -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