A11y: Not all checkboxes have visible focus state #9855
Labels
good first issue
Easily solved issues suitable for starters and community contributors
s2
Broken use cases or features (with a workaround). Only humans may set this.
site
Area: frontend dashboard
This is more of an issue for users navigating the site with a keyboard (Tab or Shift+Tab). At the very least, it affects all the checkboxes in the Workspaces view.
Screen.Recording.2023-09-25.at.9.26.39.AM.mov
When a checkbox has focus, there is no visual indicator. So, you can use your keyboard for most of the interactive elements, but the moment focus shifts to the checkbox, it's not clear where you are, or what pressing Space/Enter will do.
Should hopefully be a straightforward fix. Only obvious pitfall to me is that you have to make sure focus styling is defined before hover styling or active styling in the CSS cascade
The text was updated successfully, but these errors were encountered: