Skip to content

Commit 391d45e

Browse files
committed
Theme: Fix icon default color when not within a button
Fixes jquery/jqueryui.com#159 Closes jquerygh-1745
1 parent 89af4c2 commit 391d45e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

themes/base/theme.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ a.ui-button:active,
204204
.ui-state-hover .ui-icon,
205205
.ui-state-focus .ui-icon,
206206
.ui-button:hover .ui-icon,
207-
.ui-button:focus .ui-icon,
208-
.ui-state-default .ui-icon {
207+
.ui-button:focus .ui-icon {
209208
background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
210209
}
211210
.ui-state-active .ui-icon,

0 commit comments

Comments
 (0)