From a2048c8d579357153f6188a7f4dae171f470c7b7 Mon Sep 17 00:00:00 2001 From: Alex Ehlke Date: Mon, 13 Jun 2011 23:21:32 -0400 Subject: [PATCH] more IE CSS fixes --- css/tagit.ui-zendesk.css | 5 +---- js/tag-it.js | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/css/tagit.ui-zendesk.css b/css/tagit.ui-zendesk.css index 33b5a14e..07b298d1 100644 --- a/css/tagit.ui-zendesk.css +++ b/css/tagit.ui-zendesk.css @@ -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; diff --git a/js/tag-it.js b/js/tag-it.js index 8189c610..56adf778 100644 --- a/js/tag-it.js +++ b/js/tag-it.js @@ -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); });