1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Fix the layout of SideNavFilter

This commit is contained in:
Kazu Yokomizo
2017-04-12 14:59:47 +09:00
parent 32bd6d76ee
commit e251ec64dc
3 changed files with 4 additions and 9 deletions

View File

@@ -3,12 +3,6 @@
.menu-button
navButtonColor()
&:active
background-color alpha($ui-button--active-backgroundColor, 20%)
color $ui-text-color
&:hover
background-color alpha($ui-button--active-backgroundColor, 20%)
color $ui-text-color
height 32px
padding 0 15px
font-size 12px

View File

@@ -18,7 +18,8 @@
margin-top 0
&:hover
color $ui-text-color
background-color $ui-button--hover-backgroundColor
background-color alpha($ui-button--active-backgroundColor, 20%)
transition background-color 0.15s
&:active
color $ui-text-color
background-color $ui-button--active-backgroundColor