Skip to content

Commit

Permalink
more IE CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aehlke committed Jun 14, 2011
1 parent 95f47b7 commit a2048c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions css/tagit.ui-zendesk.css
Expand Up @@ -27,10 +27,7 @@ ul.tagit li.tagit-choice .close {
right: .4em;
}
ul.tagit li.tagit-choice .ui-icon {
background-image: none;
text-indent: inherit;
width: inherit;
height: inherit;
display: none;
}
ul.tagit li.tagit-choice .close .text-icon {
display: inline;
Expand Down
1 change: 0 additions & 1 deletion js/tag-it.js
Expand Up @@ -270,7 +270,6 @@
.addClass('close')
.append(removeTagIcon)
.click(function(e) {
var target = $(e.target);
// Removes a tag when the little 'x' is clicked.
that.removeTag(tag);
});
Expand Down

0 comments on commit a2048c8

Please sign in to comment.