mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
re-color style of SideNav
This commit is contained in:
@@ -4,9 +4,12 @@
|
||||
position relative
|
||||
cursor pointer
|
||||
&:hover
|
||||
background-color alpha(white, 0.1)
|
||||
background-color $nav-hover-background
|
||||
.control
|
||||
opacity 1
|
||||
&:active
|
||||
background-color $nav-active-background
|
||||
color $nav-text-color
|
||||
|
||||
.label
|
||||
position absolute
|
||||
@@ -16,7 +19,7 @@
|
||||
right 48px
|
||||
padding-left 20px
|
||||
line-height 33px
|
||||
color white
|
||||
color $nav-inactive-text-color
|
||||
|
||||
.control
|
||||
opacity 0
|
||||
@@ -33,13 +36,12 @@
|
||||
border none
|
||||
border-radius 5px
|
||||
background-color transparent
|
||||
color $nav-inactive-color
|
||||
color $nav-inactive-text-color
|
||||
&: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
|
||||
|
||||
.nameInput
|
||||
absolute top bottom
|
||||
|
||||
Reference in New Issue
Block a user