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