mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-17 19:51:42 +00:00
Fix the tag layout of white theme at NoteList
This commit is contained in:
@@ -83,7 +83,6 @@ $control-height = 30px
|
|||||||
flex 1
|
flex 1
|
||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
line-height 20px
|
line-height 20px
|
||||||
color #FFFFFF
|
|
||||||
|
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
font-size 10px
|
font-size 10px
|
||||||
@@ -93,8 +92,8 @@ $control-height = 30px
|
|||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
border-radius 20px
|
border-radius 20px
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
background-color $ui-tag-backgroundColor
|
background-color transparent
|
||||||
color #FFFFFF
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-tagList-empty
|
.item-bottom-tagList-empty
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|||||||
Reference in New Issue
Block a user