Skip to content

Commit

Permalink
Revert "Theme: Replace missing definition for default icons"
Browse files Browse the repository at this point in the history
This reverts commit dde9b83.
  • Loading branch information
mgol committed Sep 25, 2021
1 parent d8b876c commit 34289e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions themes/base/theme.css
Expand Up @@ -219,8 +219,7 @@ a.ui-button:active,
.ui-state-error-text .ui-icon {
background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon,
.ui-state-default .ui-icon {
.ui-button .ui-icon {
background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

Expand Down

0 comments on commit 34289e9

Please sign in to comment.