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

Fix the storage-btn layout at SideNav

This commit is contained in:
Kazu Yokomizo
2017-04-12 23:10:29 +09:00
parent 4ada755793
commit adeb45a9ce

View File

@@ -106,34 +106,29 @@
body[data-theme="dark"]
.header
&:hover
color $ui-dark-text-color
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
&:active
color $ui-dark-text-color
background-color $ui-dark-button--active-backgroundColor
.header
&:hover
.header-info
.header-toggleButton
.header-addFolderButton
color $ui-dark-text-color
background-color $ui-dark-button--active-backgroundColor
.header-info
&:hover
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
&:active
.header-toggleButton
.header-addFolderButton
color $ui-dark-text-color
.header--active
@extend .header
.header-info
color $ui-dark-text-color
background-color $ui-dark-button--active-backgroundColor
.header-toggleButton
.header-addFolderButton
color $ui-dark-text-color
&:active
.header-toggleButton
.header-addFolderButton
&:active
color $ui-dark-text-color
background-color $ui-dark-button--active-backgroundColor
.header--active
&:active
.header-info
.header-toggleButton
.header-addFolderButton
color $ui-dark-text-color
background-color $ui-dark-button--active-backgroundColor