mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix style
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
border none
|
border none
|
||||||
padding 0
|
padding 0
|
||||||
transition transform 0.15s
|
transition transform 0.15s
|
||||||
|
&:focus
|
||||||
|
color $ui-active-color
|
||||||
&:hover
|
&:hover
|
||||||
color $ui-text-color
|
color $ui-text-color
|
||||||
transform rotate(-72deg)
|
transform rotate(-72deg)
|
||||||
|
|||||||
@@ -1,13 +1,11 @@
|
|||||||
.root
|
.root
|
||||||
position relative
|
position relative
|
||||||
line-height 40px
|
|
||||||
user-select none
|
user-select none
|
||||||
|
|
||||||
.icon
|
.icon
|
||||||
display inline-block
|
display inline-block
|
||||||
width 30px
|
width 30px
|
||||||
line-height 40px
|
vertical-align middle
|
||||||
vertical-align top
|
|
||||||
text-align center
|
text-align center
|
||||||
color $ui-button-color
|
color $ui-button-color
|
||||||
|
|
||||||
@@ -47,7 +45,6 @@
|
|||||||
height 20px
|
height 20px
|
||||||
line-height 20px
|
line-height 20px
|
||||||
padding 0 6px
|
padding 0 6px
|
||||||
color $ui-button-color
|
|
||||||
|
|
||||||
.newTag
|
.newTag
|
||||||
display inline-block
|
display inline-block
|
||||||
|
|||||||
@@ -68,7 +68,6 @@
|
|||||||
border-style solid
|
border-style solid
|
||||||
border-color $ui-borderColor
|
border-color $ui-borderColor
|
||||||
border-width 0 0 0 3px
|
border-width 0 0 0 3px
|
||||||
color $ui-button-color
|
|
||||||
background-color $ui-backgroundColor
|
background-color $ui-backgroundColor
|
||||||
|
|
||||||
.item-tagList-empty
|
.item-tagList-empty
|
||||||
|
|||||||
Reference in New Issue
Block a user