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

Fix the dark theme layout of Sidebar and NoteList

This commit is contained in:
Kazu Yokomizo
2017-04-06 22:11:59 +09:00
parent de45852790
commit 313e8b8c98
6 changed files with 25 additions and 15 deletions

View File

@@ -63,20 +63,20 @@ body[data-theme="dark"]
border-color $ui-dark-borderColor
background-color $ui-dark-noteList-backgroundColor
&:active
background-color $ui-active-color
background-color $ui-dark-button--active-backgroundColor
&:hover
background-color alpha($ui-active-color, 20%)
background-color alpha($ui-dark-button--active-backgroundColor, 20%)
.item-simple--active
@extend .item-simple
border-color $ui-dark-borderColor
background-color $ui-active-color
background-color $ui-dark-button--active-backgroundColor
.item-simple-title
.item-simple-title-empty
color white
border-color transparent
&:hover
background-color $ui-active-color
background-color $ui-dark-button--active-backgroundColor
.item-simple-title
color $ui-dark-text-color