1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 21:21:59 +00:00

update sidebar style

add transition
modify margin among menu buttons
This commit is contained in:
Rokt33r
2016-05-11 09:59:17 +09:00
parent 330ea986d4
commit a3d5f23861
4 changed files with 19 additions and 26 deletions

View File

@@ -1,6 +1,4 @@
.root
margin-top 15px
margin-bottom 15px
user-select none
color $nav-text-color
@@ -9,6 +7,7 @@
height 33px
cursor pointer
color $nav-inactive-text-color
transition 0.15s
&:hover
background-color $nav-hover-background
.header-control-button
@@ -40,6 +39,7 @@
background-color transparent
color $nav-inactive-text-color
opacity 0
transition 0.15s
&:hover
background-color $nav-hover-background
&:active
@@ -75,6 +75,7 @@
text-align left
color $nav-inactive-text-color
background-color transparent
transition 0.15s
&:hover
background-color $nav-hover-background
&:active