mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
fix: border design for note item list
This commit is contained in:
@@ -44,6 +44,8 @@ $control-height = 30px
|
|||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color transparent
|
background-color transparent
|
||||||
color white
|
color white
|
||||||
|
.item-wrapper
|
||||||
|
border-color transparent
|
||||||
&:hover
|
&:hover
|
||||||
background-color $ui-active-color
|
background-color $ui-active-color
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ $control-height = 30px
|
|||||||
@extend .item-simple
|
@extend .item-simple
|
||||||
background-color $ui-active-color
|
background-color $ui-active-color
|
||||||
color white
|
color white
|
||||||
|
.item-simple-title
|
||||||
|
border-color transparent
|
||||||
.item-simple-title-icon
|
.item-simple-title-icon
|
||||||
color white
|
color white
|
||||||
&:hover
|
&:hover
|
||||||
|
|||||||
Reference in New Issue
Block a user