We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc84c0 commit fad837eCopy full SHA for fad837e
2 files changed
browser/main/Detail/TagSelect.js
@@ -125,10 +125,7 @@ class TagSelect extends React.Component {
125
}
126
styleName='root'
127
>
128
- <i styleName='icon'
129
- className='fa fa-tags'
130
- />
131
- {tagList}
+ {tagList}
132
<input styleName='newTag'
133
ref='newTag'
134
value={this.state.newTag}
browser/main/Detail/TagSelect.styl
@@ -3,13 +3,6 @@
3
position relative
4
user-select none
5
6
-.icon
7
- display inline-block
8
- width 30px
9
- vertical-align middle
10
- text-align center
11
- color $ui-button-color
12
-
13
.tag
14
display inline-block
15
margin 0 2px
0 commit comments