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'
|
||||
>
|
||||
<i styleName='icon'
|
||||
className='fa fa-tags'
|
||||
/>
|
||||
{tagList}
|
||||
{tagList}
|
||||
<input styleName='newTag'
|
||||
ref='newTag'
|
||||
value={this.state.newTag}
|
||||
|
||||
@@ -3,13 +3,6 @@
|
||||
position relative
|
||||
user-select none
|
||||
|
||||
.icon
|
||||
display inline-block
|
||||
width 30px
|
||||
vertical-align middle
|
||||
text-align center
|
||||
color $ui-button-color
|
||||
|
||||
.tag
|
||||
display inline-block
|
||||
margin 0 2px
|
||||
|
||||
Reference in New Issue
Block a user