1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

modify: change style for NoteItemSimple component

This commit is contained in:
sota1235
2016-12-29 17:16:06 +09:00
parent aba6c2eb4f
commit c4eb28d241

View File

@@ -7,7 +7,7 @@ $control-height = 30px
.item-simple .item-simple
position relative position relative
padding 20px 25px padding 0 25px
user-select none user-select none
cursor pointer cursor pointer
background-color $ui-noteList-backgroundColor background-color $ui-noteList-backgroundColor
@@ -30,10 +30,10 @@ $control-height = 30px
height 40px height 40px
box-sizing border-box box-sizing border-box
line-height 24px line-height 24px
padding-top 5px padding-top 8px
padding-bottom 20px
overflow ellipsis overflow ellipsis
color $ui-text-color color $ui-text-color
border-bottom $ui-border
.item-simple-title-empty .item-simple-title-empty
font-weight normal font-weight normal
@@ -63,6 +63,7 @@ body[data-theme="dark"]
.item-simple-title .item-simple-title
color $ui-dark-text-color color $ui-dark-text-color
border-color $ui-dark-borderColor
.item-simple-title-empty .item-simple-title-empty
color $ui-dark-inactive-text-color color $ui-dark-inactive-text-color