-
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
Action menu avatar item #2165
Action menu avatar item #2165
Conversation
🦋 Changeset detectedLatest commit: 18f508e 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 |
d9d8d88
to
509831a
Compare
|
…onents into action_menu_avatar_item
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 refactor 👍🏻
What are you trying to accomplish?
This PR implements the following accessibility fixes for the
ActionMenu
component:aria-label
to leading icons.Screenshots
No visual changes
Integration
Yes. Several usages of
NavList
will need to stop calling#with_leading_visual_avatar
in favor of#with_avatar_item
.List the issues that this change affects.
Fixes #https://github.com/github/primer/issues/2246
Risk Assessment
Accessibility
Merge checklist