mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-21 21:51:48 +00:00
re-color style of SideNav
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
margin-top 15px
|
||||
margin-bottom 15px
|
||||
user-select none
|
||||
color $nav-text-color
|
||||
|
||||
.header
|
||||
position relative
|
||||
height 33px
|
||||
cursor pointer
|
||||
color $nav-inactive-text-color
|
||||
&:hover
|
||||
background-color alpha(white, 0.1)
|
||||
background-color $nav-hover-background
|
||||
.header-control-button
|
||||
opacity 1
|
||||
|
||||
@@ -20,7 +22,6 @@
|
||||
right 72px
|
||||
padding-left 10px
|
||||
line-height 33px
|
||||
color white
|
||||
|
||||
.header-control
|
||||
position absolute
|
||||
@@ -37,14 +38,13 @@
|
||||
border none
|
||||
border-radius 5px
|
||||
background-color transparent
|
||||
color $nav-inactive-color
|
||||
color $nav-inactive-text-color
|
||||
opacity 0
|
||||
&:hover
|
||||
color white
|
||||
background-color alpha(white, 0.1)
|
||||
background-color $nav-hover-background
|
||||
&:active
|
||||
color white
|
||||
background-color $brand-color
|
||||
background-color $nav-active-background
|
||||
color $nav-text-color
|
||||
|
||||
.header-control-button--show
|
||||
@extend .header-control-button
|
||||
@@ -73,11 +73,10 @@
|
||||
border none
|
||||
padding-left 20px
|
||||
text-align left
|
||||
color $nav-inactive-text-color
|
||||
background-color transparent
|
||||
color $nav-inactive-color
|
||||
&:hover
|
||||
background-color alpha(white, 0.1)
|
||||
color white
|
||||
background-color $nav-hover-background
|
||||
&:active
|
||||
background-color $brand-color
|
||||
color white
|
||||
background-color $nav-active-background
|
||||
color $nav-text-color
|
||||
|
||||
Reference in New Issue
Block a user