1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +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 cursor pointer
&:hover &:hover
background-color alpha(white, 0.1) background-color alpha(white, 0.1)
.header-control-button
opacity 1
.header-name .header-name
position absolute position absolute
@@ -36,6 +38,7 @@
border-radius 5px border-radius 5px
background-color transparent background-color transparent
color $nav-inactive-color color $nav-inactive-color
opacity 0
&:hover &:hover
color white color white
background-color alpha(white, 0.1) background-color alpha(white, 0.1)
@@ -43,13 +46,19 @@
color white color white
background-color $brand-color background-color $brand-color
.header-control-button--show
@extend .header-control-button
opacity 1
.folder .folder
height 33px height 33px
width 100% width 100%
position relative position relative
cursor pointer cursor pointer
&:hover &:hover
background-color alpha(white 0.1) background-color alpha(white, 0.1)
.folder-control
opacity 1
.folder-label .folder-label
position absolute position absolute
@@ -62,6 +71,7 @@
color white color white
.folder-control .folder-control
opacity 0
position absolute position absolute
top 0 top 0
bottom 0 bottom 0

View File

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

View File

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