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