-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
aspect: accessibilitycomponent: dashboardmeta: never-staleThis issue can never become staleThis issue can never become staletype: bugSomething isn't workingSomething isn't working
Description
Bug description
From https://www.a11yproject.com/posts/never-remove-css-outlines/:
Removing outlines in CSS creates issues for people navigating the web with a keyboard.
For many elements in the Dashboard, there is no way to tell it is focused without taking action on it. This is bad for folks who use the keyboard to move around.
This is an incomplete list of the components I have encountered with this behavior:
- https://github.com/gitpod-io/gitpod/blob/main/components/dashboard/src/components/SelectableCardSolid.tsx
- https://github.com/gitpod-io/gitpod/blob/main/components/dashboard/src/components/CheckBox.tsx
- https://github.com/gitpod-io/gitpod/blob/main/components/dashboard/src/components/Button.tsx, specifically type
danger.secondary
has very low contrast, even more pronounced in dark mode.
Metadata
Metadata
Assignees
Labels
aspect: accessibilitycomponent: dashboardmeta: never-staleThis issue can never become staleThis issue can never become staletype: bugSomething isn't workingSomething isn't working