Skip to content

Commit 265b8f5

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 1294343 commit 265b8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/theme.css

Lines changed: 1 addition & 1 deletion
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,

0 commit comments

Comments
 (0)