Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CSS Framework: Display child links within .ui-state-hover and .ui-sta…
…te-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab

(cherry picked from commit 5aa106a)
  • Loading branch information
tjvantoll authored and scottgonzalez committed Nov 26, 2013
1 parent bc72e1d commit 8f7e342
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/base/jquery.ui.theme.css
Expand Up @@ -76,7 +76,11 @@
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
color: #212121/*{fcHover}*/;
text-decoration: none;
}
Expand Down

0 comments on commit 8f7e342

Please sign in to comment.