Skip to content

Commit 4f95a0f

Browse files
committed
CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS Framework: Add ui-icon-blank.
This essentially reverts 1fe06f0 and the fix for #5659.
1 parent 57051e8 commit 4f95a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
.ui-icon {
157157
width: 16px;
158158
height: 16px;
159-
background-position: 16px 16px;
160159
}
161160
.ui-icon,
162161
.ui-widget-content .ui-icon {
@@ -184,6 +183,7 @@
184183
}
185184

186185
/* positioning */
186+
.ui-icon-blank { background-position: 16px 16px; }
187187
.ui-icon-carat-1-n { background-position: 0 0; }
188188
.ui-icon-carat-1-ne { background-position: -16px 0; }
189189
.ui-icon-carat-1-e { background-position: -32px 0; }

0 commit comments

Comments
 (0)