mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix the layout of SideNavFilter
This commit is contained in:
@@ -129,9 +129,9 @@ navButtonColor()
|
||||
background-color transparent
|
||||
transition color background-color 0.15s
|
||||
&:hover
|
||||
background-color $ui-button--hover-backgroundColor
|
||||
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||
&:active, &:active:hover
|
||||
background-color $ui-button--active-backgroundColor
|
||||
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||
color $ui-button--active-color
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user