-
Notifications
You must be signed in to change notification settings - Fork 116
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 action list item color contrast issue (hover state, danger style) #2169
Conversation
🦋 Changeset detectedLatest commit: ec4fccd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
4b2962e
to
f001d55
Compare
f001d55
to
7d2ce8b
Compare
Uh oh! @camertron, the image you shared is missing helpful alt text. Check your pull request body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
1 similar comment
Uh oh! @camertron, the image you shared is missing helpful alt text. Check your pull request body. Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image. Learn more about alt text at Basic writing and formatting syntax: images on GitHub Docs. |
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.
We need hover state snapshot tests 😏
What are you trying to accomplish?
This PR addresses a color contrast issue when hovering over
ActionList
/ActionMenu
items, specifically when rendering in the "danger" style.Screenshots
Integration
No updates necessary in production.
List the issues that this change affects.
Partially addresses https://github.com/github/primer/issues/2249
Risk Assessment
Accessibility
Merge checklist