mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
modify: remove tag icon
This commit is contained in:
@@ -125,10 +125,7 @@ class TagSelect extends React.Component {
|
|||||||
}
|
}
|
||||||
styleName='root'
|
styleName='root'
|
||||||
>
|
>
|
||||||
<i styleName='icon'
|
{tagList}
|
||||||
className='fa fa-tags'
|
|
||||||
/>
|
|
||||||
{tagList}
|
|
||||||
<input styleName='newTag'
|
<input styleName='newTag'
|
||||||
ref='newTag'
|
ref='newTag'
|
||||||
value={this.state.newTag}
|
value={this.state.newTag}
|
||||||
|
|||||||
@@ -3,13 +3,6 @@
|
|||||||
position relative
|
position relative
|
||||||
user-select none
|
user-select none
|
||||||
|
|
||||||
.icon
|
|
||||||
display inline-block
|
|
||||||
width 30px
|
|
||||||
vertical-align middle
|
|
||||||
text-align center
|
|
||||||
color $ui-button-color
|
|
||||||
|
|
||||||
.tag
|
.tag
|
||||||
display inline-block
|
display inline-block
|
||||||
margin 0 2px
|
margin 0 2px
|
||||||
|
|||||||
Reference in New Issue
Block a user