1
0
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:
Kazu Yokomizo
2017-04-14 15:28:27 +09:00
parent 97b42d6be1
commit 2df12b6891

View File

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