diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-07-18 21:19:38 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-08-07 17:40:04 -0400 |
commit | 5aa106a052e78559e50a4ca464863f5927c43bd5 (patch) | |
tree | 9ac213722b659086b34b4564b17b14c1f2d1b06d | |
parent | c9815f13b487d027ef9b6095588dbb73141c9a09 (diff) | |
download | jquery-ui-5aa106a052e78559e50a4ca464863f5927c43bd5.tar.gz jquery-ui-5aa106a052e78559e50a4ca464863f5927c43bd5.zip |
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
-rw-r--r-- | themes/base/jquery.ui.theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css index 2c3004392..71bd15664 100644 --- a/themes/base/jquery.ui.theme.css +++ b/themes/base/jquery.ui.theme.css @@ -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; } |