Last active
December 19, 2015 19:48
-
-
Save tjvantoll/6008247 to your computer and use it in GitHub Desktop.
jQuery UI #9428 http://bugs.jqueryui.com/ticket/9428
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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