Skip to content

Instantly share code, notes, and snippets.

@tjvantoll
Last active December 19, 2015 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjvantoll/6008247 to your computer and use it in GitHub Desktop.
Save tjvantoll/6008247 to your computer and use it in GitHub Desktop.
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css
index 2c30043..71bd156 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment