-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(a11y): fixing Selectable Tile HCM accessibility #6932
fix(a11y): fixing Selectable Tile HCM accessibility #6932
Conversation
Deploy preview for carbon-elements ready! Built with commit a1eda2a |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit a1eda2a https://deploy-preview-6932--carbon-components-react.netlify.app |
@tw15egan Fixed :) |
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.
Nice! 👍 ✅
FF looks good ✅ |
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.
see screenshots above
@andreancardona this is what I'm getting on my Win10 machine running Edge. Wondering if this is a parallels issue? cc @dakahn since I know he's running Windows |
|
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.
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.
:)
Closes #6895
Fixing Selectable Tile focus state and icons indicating a selection in Hight Contrast Mode
Changelog
Changed
Selectable Tile component
Testing / Reviewing
On a Windows 10 machine, go to
settings --> ease of access --> high contrast
and flick the switch. Compare the storybook in Edge (Should be in High Contrast) to Chrome (Should look normal).For Firefox, you'll need to open it up and type
about:config
into the address bar. Then, search forlayout.css.prefers-contrast
and set it totrue
.