-
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
Remove SelectPanel's backdrop #3027
Conversation
🦋 Changeset detectedLatest commit: 6969c2e 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 |
|
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.
LGTM!
Makes sense for the anchored variant.
Not sure if we have a modal variant already, would be useful to check if that one should have a backdrop
@siddharthkp you're absolutely right 😄 We actually don't support a modal variant at the moment, but we'll need to consider adding a backdrop if/when we do. |
What are you trying to accomplish?
The
SelectPanel
component should not render a backdrop. See: https://github.slack.com/archives/C06F2US6HU6/p1724361897840679Screenshots
Integration
No changes necessary in production.
List the issues that this change affects.
Closes https://github.com/github/primer/issues/3878
Risk Assessment
Accessibility
Merge checklist
- [ ] Added/updated tests- [ ] Added/updated documentation- [ ] Added/updated previews (Lookbook)Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.