-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Button] Add Text color to Basic Button :focus #2264
Labels
Milestone
Comments
+1 |
jlukic
added
Evaluating Bug / Change
Enhancement
and removed
Evaluating Bug / Change
labels
May 18, 2015
jlukic
added a commit
that referenced
this issue
May 19, 2015
This added a few kb to rules but is probably worth it in the long run. I've moved all docs examples to be keyboard focusable to help demonstrate. |
Wow, that was a lot of work! But definitely worth it! You're my hero! |
|
I can confirm text color is missing from |
jlukic
changed the title
[Button] Add Basic Button :focus
[Button] Add Text color to Basic Button :focus
Aug 6, 2015
jlukic
added a commit
that referenced
this issue
Aug 14, 2015
Added in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.basic.button :focus
should have the same styling as.basic.button :hover
otherwise you cannot visually distinguish where your focus is at when tabbing through them
http://jsfiddle.net/efp8z6Ln/150/ (try tabbing through all btns)
The text was updated successfully, but these errors were encountered: