File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 3737 margin : 0 5px 5px 0 ;
3838}
3939
40- .tagsinput .tag a {
40+ .tagsinput .tag . tag-remove {
4141 position : absolute;
42+ background : none;
4243 display : block;
4344 width : 30px ;
4445 height : 30px ;
4546 top : 0 ;
4647 right : 0 ;
48+ cursor : pointer;
4749 text-decoration : none;
4850 text-align : center;
4951 color : # ff6b6b ;
5052 line-height : 30px ;
53+ padding : 0 ;
54+ border : 0 ;
5155}
5256
53- .tagsinput .tag a : before ,
54- .tagsinput .tag a : after {
57+ .tagsinput .tag . tag-remove : before ,
58+ .tagsinput .tag . tag-remove : after {
5559 background : # ff6b6b ;
5660 position : absolute;
5761 display : block;
6266 content : '' ;
6367}
6468
65- .tagsinput .tag a : before {
69+ .tagsinput .tag . tag-remove : before {
6670 -webkit-transform : rotateZ (45deg );
6771 transform : rotateZ (45deg );
6872}
6973
70- .tagsinput .tag a : after {
74+ .tagsinput .tag . tag-remove : after {
7175 -webkit-transform : rotateZ (-45deg );
7276 transform : rotateZ (-45deg );
7377}
You can’t perform that action at this time.
0 commit comments