1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Fix button layout when hover and active

This commit is contained in:
Kazu Yokomizo
2017-11-18 16:21:31 +09:00
parent 4f0f611e52
commit 108a0db799
2 changed files with 1 additions and 5 deletions

View File

@@ -145,11 +145,9 @@ navButtonColor()
background-color transparent
transition 0.15s
&:hover
background-color alpha($ui-button-default--active-backgroundColor, 20%)
transition 0.15s
color $ui-button-default-color
&:active, &:active:hover
background-color #1EC38B
color $ui-button-default-color
transition 0.15s