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

modify: Fix the navtoggle-btn layout

This commit is contained in:
Kazu Yokomizo
2017-04-21 14:24:22 +09:00
parent de303cf072
commit 22bd92916b

View File

@@ -29,6 +29,9 @@ $control-height = 30px
outline none
cursor pointer
font-size 10px
&:hover
transition 0.2s
color $ui-text-color
.control-button
width 25px
@@ -64,7 +67,8 @@ body[data-theme="dark"]
.control-sortBy-select
&:hover
background-color white
transition 0.2s
color $ui-dark-text-color
.control-button
color $ui-dark-inactive-text-color