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:
@@ -3,12 +3,6 @@
|
|||||||
|
|
||||||
.menu-button
|
.menu-button
|
||||||
navButtonColor()
|
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
|
height 32px
|
||||||
padding 0 15px
|
padding 0 15px
|
||||||
font-size 12px
|
font-size 12px
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
margin-top 0
|
margin-top 0
|
||||||
&:hover
|
&:hover
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
background-color $ui-button--hover-backgroundColor
|
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||||
|
transition background-color 0.15s
|
||||||
&:active
|
&:active
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
background-color $ui-button--active-backgroundColor
|
background-color $ui-button--active-backgroundColor
|
||||||
|
|||||||
@@ -129,9 +129,9 @@ navButtonColor()
|
|||||||
background-color transparent
|
background-color transparent
|
||||||
transition color background-color 0.15s
|
transition color background-color 0.15s
|
||||||
&:hover
|
&:hover
|
||||||
background-color $ui-button--hover-backgroundColor
|
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||||
&:active, &:active:hover
|
&:active, &:active:hover
|
||||||
background-color $ui-button--active-backgroundColor
|
background-color alpha($ui-button--active-backgroundColor, 20%)
|
||||||
color $ui-button--active-color
|
color $ui-button--active-color
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user