Skip to content

Commit 8e9dc84

Browse files
committed
Theme: Switch icon background to use bgColorContent
It's more semanticly correct then fcActive and looks the same or better on most themes Fixes jquery/download.jqueryui.com#335
1 parent 3dd8a09 commit 8e9dc84

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

themes/base/theme.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ a.ui-button:active,
119119
.ui-icon-background,
120120
.ui-state-active .ui-icon-background {
121121
border: #003eff/*{borderColorActive}*/;
122-
background-color: #ffffff/*{fcActive}*/;
122+
background-color: #ffffff/*{bgColorContent}*/;
123123
}
124124
.ui-state-active a,
125125
.ui-state-active a:link,
@@ -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)