mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
refactor: remove unused styles
This commit is contained in:
@@ -19,8 +19,6 @@ $control-height = 30px
|
|||||||
color white
|
color white
|
||||||
.item-title
|
.item-title
|
||||||
.item-title-empty
|
.item-title-empty
|
||||||
.item-title-icon
|
|
||||||
.item-bottom-tagIcon
|
|
||||||
.item-bottom-tagList-empty
|
.item-bottom-tagList-empty
|
||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
color white
|
color white
|
||||||
@@ -34,8 +32,6 @@ $control-height = 30px
|
|||||||
color white
|
color white
|
||||||
.item-title
|
.item-title
|
||||||
.item-title-empty
|
.item-title-empty
|
||||||
.item-title-icon
|
|
||||||
.item-bottom-tagIcon
|
|
||||||
.item-bottom-tagList-empty
|
.item-bottom-tagList-empty
|
||||||
.item-bottom-time
|
.item-bottom-time
|
||||||
color white
|
color white
|
||||||
@@ -45,13 +41,6 @@ $control-height = 30px
|
|||||||
&:hover
|
&:hover
|
||||||
background-color $ui-active-color
|
background-color $ui-active-color
|
||||||
|
|
||||||
.item-border
|
|
||||||
absolute top bottom left right
|
|
||||||
border-style solid
|
|
||||||
border-width 2px
|
|
||||||
border-color transparent
|
|
||||||
transition 0.15s
|
|
||||||
|
|
||||||
.item-title
|
.item-title
|
||||||
font-size 14px
|
font-size 14px
|
||||||
height 40px
|
height 40px
|
||||||
@@ -62,11 +51,6 @@ $control-height = 30px
|
|||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
|
|
||||||
.item-title-icon
|
|
||||||
font-size 12px
|
|
||||||
color $ui-inactive-text-color
|
|
||||||
padding-right 3px
|
|
||||||
|
|
||||||
.item-title-empty
|
.item-title-empty
|
||||||
font-weight normal
|
font-weight normal
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
@@ -81,12 +65,6 @@ $control-height = 30px
|
|||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
display flex
|
display flex
|
||||||
|
|
||||||
.item-bottom-tagIcon
|
|
||||||
vertical-align middle
|
|
||||||
color $ui-button-color
|
|
||||||
height 20px
|
|
||||||
line-height 20px
|
|
||||||
|
|
||||||
.item-bottom-tagList
|
.item-bottom-tagList
|
||||||
flex 1
|
flex 1
|
||||||
overflow ellipsis
|
overflow ellipsis
|
||||||
@@ -154,15 +132,9 @@ body[data-theme="dark"]
|
|||||||
.item-title
|
.item-title
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|
||||||
.item-title-icon
|
|
||||||
color $ui-darkinactive-text-color
|
|
||||||
|
|
||||||
.item-title-empty
|
.item-title-empty
|
||||||
color $ui-dark-inactive-text-color
|
color $ui-dark-inactive-text-color
|
||||||
|
|
||||||
.item-bottom-tagIcon
|
|
||||||
color $ui-dark-button-color
|
|
||||||
|
|
||||||
.item-bottom-tagList-item
|
.item-bottom-tagList-item
|
||||||
background-color $ui-dark-tag-backgroundColor
|
background-color $ui-dark-tag-backgroundColor
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|||||||
Reference in New Issue
Block a user