Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arschmitz committed Oct 4, 2016
1 parent 1294343 commit 265b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/base/theme.css
Expand Up @@ -119,7 +119,7 @@ a.ui-button:active,
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff/*{borderColorActive}*/;
background-color: #ffffff/*{fcActive}*/;
background-color: #ffffff/*{bgColorContent}*/;
}
.ui-state-active a,
.ui-state-active a:link,
Expand Down

0 comments on commit 265b8f5

Please sign in to comment.