Updated the hover effect on the Sidebar styles.sass
This commit is contained in:
parent
8fb2b49a40
commit
5635e47659
@ -46,11 +46,17 @@ aside .header:hover
|
|||||||
font-size: 1.3rem
|
font-size: 1.3rem
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: $darker
|
||||||
|
filter: brightness(1.1)
|
||||||
|
|
||||||
.item-active
|
.item-active
|
||||||
display: flex
|
display: flex
|
||||||
background-color: $background
|
background-color: $background
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: $background
|
||||||
|
|
||||||
@media screen and (max-width: 768px)
|
@media screen and (max-width: 768px)
|
||||||
aside
|
aside
|
||||||
position: fixed
|
position: fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user