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 37
37
margin : 0 5px 5px 0 ;
38
38
}
39
39
40
- .tagsinput .tag a {
40
+ .tagsinput .tag . tag-remove {
41
41
position : absolute;
42
+ background : none;
42
43
display : block;
43
44
width : 30px ;
44
45
height : 30px ;
45
46
top : 0 ;
46
47
right : 0 ;
48
+ cursor : pointer;
47
49
text-decoration : none;
48
50
text-align : center;
49
51
color : # ff6b6b ;
50
52
line-height : 30px ;
53
+ padding : 0 ;
54
+ border : 0 ;
51
55
}
52
56
53
- .tagsinput .tag a : before ,
54
- .tagsinput .tag a : after {
57
+ .tagsinput .tag . tag-remove : before ,
58
+ .tagsinput .tag . tag-remove : after {
55
59
background : # ff6b6b ;
56
60
position : absolute;
57
61
display : block;
62
66
content : '' ;
63
67
}
64
68
65
- .tagsinput .tag a : before {
69
+ .tagsinput .tag . tag-remove : before {
66
70
-webkit-transform : rotateZ (45deg );
67
71
transform : rotateZ (45deg );
68
72
}
69
73
70
- .tagsinput .tag a : after {
74
+ .tagsinput .tag . tag-remove : after {
71
75
-webkit-transform : rotateZ (-45deg );
72
76
transform : rotateZ (-45deg );
73
77
}
You can’t perform that action at this time.
0 commit comments