Skip to content

Commit

Permalink
Theme: Removes css for ui-state-checked its not used any more
Browse files Browse the repository at this point in the history
Also updates checkbox icon border color to go with background color
Ref jquery/download.jqueryui.com#335
Fixes #15059
Closes jquerygh-1753
  • Loading branch information
arschmitz committed Oct 4, 2016
1 parent dde9b83 commit 1b0e947
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions themes/base/theme.css
Expand Up @@ -116,9 +116,8 @@ a.ui-button:active,
font-weight: normal/*{fwDefault}*/;
color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff/*{borderColorActive}*/;
.ui-icon-background {
border: #dddddd/*{borderColorContent}*/;
background-color: #ffffff/*{bgColorContent}*/;
}
.ui-state-active a,
Expand All @@ -137,10 +136,6 @@ a.ui-button:active,
background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
border: 1px solid #dad55e/*{borderColorHighlight}*/;
background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
Expand Down

0 comments on commit 1b0e947

Please sign in to comment.