-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Au tocomplete var #1188
Au tocomplete var #1188
Conversation
To reuse in other components
Changes to - Dropdowns - Popovers - Select-menus
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/primer/primer-css/xx567y45s |
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! 🚢👍
Ok, updated this PR with the changes from primitives and also added a hack for the |
That got replaced with primer/css#1188
Changes from component-level variables to new gloval ones created in this PR
📁 dropdown
📁 autocomplete
📁 popovers
📁 select-menu
Noticed 2 more variables that can be globalized.
From:
var(--color-dropdown-shadow)
var(--color-autocomplete-shadow)
var(--color-select-menu-shadow)
To:
var(--color-overlay-shadow
Noticed there isn't a shadow property for
.Popover
- is this because it gets used with.Box
?Needs testing and for the primitives PR to be merged before.