We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: breaking|critical|major|minor Minor
Describe the bug Our current focus color doesn't meet accessibility guidelines and needs to be updated to a color that meets contrast guidelines.
To Reproduce Click tab to get a focus ring.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Just for documentation's sake, this is what our Catalyst Button focus states look like now:
This is what it looks like on some Reaction Admin MUI components:
Sorry, something went wrong.
For the Select, we chose dark blue for focus, the same color that shows up when you click on the select:
For Tabs, focus looks similar to the Button:
For Chip, it looks like this middle one:
The Deletable Chip is problematic b/c the Deletable Chip's X button does not have a focus state so it's impossible to close it with a keyboard key.
No branches or pull requests
Type: breaking|critical|major|minor
Minor
Describe the bug
Our current focus color doesn't meet accessibility guidelines and needs to be updated to a color that meets contrast guidelines.
To Reproduce
Click tab to get a focus ring.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: