1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-23 14:41:44 +00:00

modify: add border line on NoteList component

This commit is contained in:
sota1235
2016-12-29 18:46:11 +09:00
parent 47925489fd
commit 856979b455
2 changed files with 27 additions and 18 deletions

View File

@@ -7,7 +7,7 @@ $control-height = 30px
.item
position relative
padding 20px 25px
padding 0 25px
user-select none
cursor pointer
background-color $ui-noteList-backgroundColor
@@ -26,6 +26,10 @@ $control-height = 30px
background-color transparent
color white
.item-wrapper
padding 20px 0
border-bottom $ui-border
.item--active
@extend .item
background-color $ui-active-color
@@ -115,6 +119,9 @@ body[data-theme="dark"]
&:hover
background-color alpha($ui-active-color, 20%)
.item-wrapper
border-color $ui-dark-borderColor
.item--active
@extend .item
border-color $ui-dark-borderColor