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

update style of SideNav

This commit is contained in:
Rokt33r
2016-05-03 23:05:44 +09:00
parent 219af76679
commit 1e7cce9056
3 changed files with 18 additions and 3 deletions

View File

@@ -9,6 +9,8 @@
cursor pointer
&:hover
background-color alpha(white, 0.1)
.header-control-button
opacity 1
.header-name
position absolute
@@ -36,6 +38,7 @@
border-radius 5px
background-color transparent
color $nav-inactive-color
opacity 0
&:hover
color white
background-color alpha(white, 0.1)
@@ -43,13 +46,19 @@
color white
background-color $brand-color
.header-control-button--show
@extend .header-control-button
opacity 1
.folder
height 33px
width 100%
position relative
cursor pointer
&:hover
background-color alpha(white 0.1)
background-color alpha(white, 0.1)
.folder-control
opacity 1
.folder-label
position absolute
@@ -62,6 +71,7 @@
color white
.folder-control
opacity 0
position absolute
top 0
bottom 0

View File

@@ -41,9 +41,8 @@
background-color $brand-color
.repositoryList
absolute left right
absolute left right bottom
top 167px
bottom 33px
overflow-y auto
.repositoryList-empty

View File

@@ -46,6 +46,12 @@ colorPrimaryButton()
&:active:hover
background-color $primary-button-background--active
/**
* Input
*/
$disabled-input-background = #DDD
/**
* Nav
*/