From 5aa106a052e78559e50a4ca464863f5927c43bd5 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Thu, 18 Jul 2013 21:19:38 -0400 Subject: [PATCH] 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 --- themes/base/jquery.ui.theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } -- 2.39.5