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