Skip to content
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

focus state needs more contrast for low vision users #262

Open
rlskoeser opened this issue Sep 19, 2023 · 0 comments
Open

focus state needs more contrast for low vision users #262

rlskoeser opened this issue Sep 19, 2023 · 0 comments
Labels
♿ accessibility Impacts access for some users

Comments

@rlskoeser
Copy link
Contributor

accessibility review feedback from @itmaybejj:

Focus state often has very little contrast -- black on brown.

suggestion:

"Ideally pick something very bright and contrasty. It may also make sense to pick two colors, so something always shines through regardless of the foreground and background:

a:focus-visible, button:focus-visible {
  outline: 3px solid transparent;
  box-shadow: 0 0 0 2px cyan, 0 0 0 3px black;
}"
@rlskoeser rlskoeser added the ♿ accessibility Impacts access for some users label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♿ accessibility Impacts access for some users
Projects
None yet
Development

No branches or pull requests

1 participant