Skip to content

Commit

Permalink
CSS Framework: Display child links within .ui-state-hover and .ui-sta…
Browse files Browse the repository at this point in the history
…te-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab
  • Loading branch information
tjvantoll committed Aug 7, 2013
1 parent c9815f1 commit 5aa106a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/base/jquery.ui.theme.css
Original file line number Diff line number Diff line change
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 5aa106a

Please sign in to comment.