Skip to content

Commit 5009aa5

Browse files
exsideunderovsky
authored andcommitted
Merge conflict
1 parent 5364a9c commit 5009aa5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/jquery.tagsinput-revisited.css

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,25 @@
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;
@@ -62,12 +66,12 @@
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
}

0 commit comments

Comments
 (0)