-
Notifications
You must be signed in to change notification settings - Fork 889
fix: add missing focus state styling to buttons and checkboxes #10614
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
Conversation
* make the styling more obvious, even if there's not much room for | ||
* customization). | ||
*/ | ||
"&.Mui-focusVisible": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Long comment, but trying all these selectors and seeing what exactly was happening is the reason this PR took so long. Wanted to try preventing other people from going down this rabbit hole
That's super nice. Will improve the accessibility for sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is a hotfix and has been automatically approved.
- ✅ Base is main
- ✅ Has hotfix label
- ✅ Head is from coder/coder
- ✅ Less than 100 lines
Closes #9855 and adds a couple of other changes, too.
Changes made
There might be some other components that need similar updates, but this should help keyboard navigation in the site a lot.