Skip to content

Commit 8f7e342

Browse files
tjvantollscottgonzalez
authored andcommitted
CSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
(cherry picked from commit 5aa106a)
1 parent bc72e1d commit 8f7e342

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

themes/base/jquery.ui.theme.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@
7676
.ui-state-hover a,
7777
.ui-state-hover a:hover,
7878
.ui-state-hover a:link,
79-
.ui-state-hover a:visited {
79+
.ui-state-hover a:visited,
80+
.ui-state-focus a,
81+
.ui-state-focus a:hover,
82+
.ui-state-focus a:link,
83+
.ui-state-focus a:visited {
8084
color: #212121/*{fcHover}*/;
8185
text-decoration: none;
8286
}

0 commit comments

Comments
 (0)