Skip to content

Commit 4325446

Browse files
committed
Theme: Don't load the image sprite for 'ui-icon-blank'
1 parent d2f577f commit 4325446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ a.ui-button:active,
220220
}
221221

222222
/* positioning */
223-
.ui-icon-blank { background-position: 16px 16px; }
223+
html .ui-icon-blank { background-image: none; }
224224
.ui-icon-caret-1-n { background-position: 0 0; }
225225
.ui-icon-caret-1-ne { background-position: -16px 0; }
226226
.ui-icon-caret-1-e { background-position: -32px 0; }

0 commit comments

Comments
 (0)