Skip to content

Commit 1b0e947

Browse files
committed
Theme: Removes css for ui-state-checked its not used any more
Also updates checkbox icon border color to go with background color Ref jquery/download.jqueryui.com#335 Fixes #15059 Closes gh-1753
1 parent dde9b83 commit 1b0e947

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

themes/base/theme.css

+2-7
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ a.ui-button:active,
116116
font-weight: normal/*{fwDefault}*/;
117117
color: #ffffff/*{fcActive}*/;
118118
}
119-
.ui-icon-background,
120-
.ui-state-active .ui-icon-background {
121-
border: #003eff/*{borderColorActive}*/;
119+
.ui-icon-background {
120+
border: #dddddd/*{borderColorContent}*/;
122121
background-color: #ffffff/*{bgColorContent}*/;
123122
}
124123
.ui-state-active a,
@@ -137,10 +136,6 @@ a.ui-button:active,
137136
background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
138137
color: #777620/*{fcHighlight}*/;
139138
}
140-
.ui-state-checked {
141-
border: 1px solid #dad55e/*{borderColorHighlight}*/;
142-
background: #fffa90/*{bgColorHighlight}*/;
143-
}
144139
.ui-state-highlight a,
145140
.ui-widget-content .ui-state-highlight a,
146141
.ui-widget-header .ui-state-highlight a {

0 commit comments

Comments
 (0)