Skip to content

Commit

Permalink
CSS Framework: Add ui-icon-blank class for an icon with no image. Fix…
Browse files Browse the repository at this point in the history
…es #9150 - CSS Framework: Add ui-icon-blank.

This essentially reverts 1fe06f0 and the fix for #5659.
  • Loading branch information
scottgonzalez committed Mar 11, 2013
1 parent 57051e8 commit 4f95a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/jquery.ui.theme.css
Expand Up @@ -156,7 +156,6 @@
.ui-icon {
width: 16px;
height: 16px;
background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
Expand Down Expand Up @@ -184,6 +183,7 @@
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
Expand Down

0 comments on commit 4f95a0f

Please sign in to comment.