Skip to content

Commit

Permalink
Theme: Don't load the image sprite for 'ui-icon-blank'
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Aug 11, 2020
1 parent d2f577f commit 4325446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ a.ui-button:active,
}

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

0 comments on commit 4325446

Please sign in to comment.