]> source.dussan.org Git - jquery-ui.git/commitdiff
Theme: Removes css for ui-state-checked its not used any more
authorAlexander Schmitz <arschmitz@gmail.com>
Tue, 4 Oct 2016 15:19:49 +0000 (11:19 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Tue, 4 Oct 2016 15:29:17 +0000 (11:29 -0400)
Also updates checkbox icon border color to go with background color
Ref jquery/download.jqueryui.com#335
Fixes #15059
Closes gh-1753

themes/base/theme.css

index a1c3c3cd66db484f26babad9e2a1511c0413286d..bb097bf296e5d669f5e6a06f8f0bce7a514a2674 100644 (file)
@@ -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,
@@ -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 {