1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Change the layout at SideNav

This commit is contained in:
Kazu Yokomizo
2017-04-07 14:24:38 +09:00
parent c1051afdc0
commit af6cd10e28
5 changed files with 26 additions and 11 deletions

View File

@@ -3,6 +3,12 @@
.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
@@ -12,10 +18,11 @@
.menu-button--active
@extend .menu-button
color $ui-text-color
background-color $ui-button--active-backgroundColor
color $ui-button--active-color
&:hover
background-color $ui-button--active-backgroundColor
color $ui-text-color
.menu-button-label
margin-left 5px

View File

@@ -17,17 +17,18 @@
&:first-child
margin-top 0
&:hover
color $ui-text-color
background-color $ui-button--hover-backgroundColor
&:active
color $ui-button--active-color
color $ui-text-color
background-color $ui-button--active-backgroundColor
.folderList-item--active
@extend .folderList-item
color $ui-button--active-color
color $ui-text-color
background-color $ui-button--active-backgroundColor
&:hover
color $ui-button--active-color
color $ui-text-color
background-color $ui-button--active-backgroundColor
.folderList-item-name