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

modify: Fix the navtoggle-btn layout

This commit is contained in:
Kazu Yokomizo
2017-04-21 14:02:48 +09:00
parent bf02f9b256
commit b22aad0678

View File

@@ -122,3 +122,9 @@ body[data-theme="dark"]
.storageList-empty
color $ui-dark-inactive-text-color
.navToggle
&:hover
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
transition 0.15s
color $ui-dark-text-color