-
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(select): select background color #2242
Conversation
🦋 Changeset detectedLatest commit: 5d0f23c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
✔️ Deploy Preview for paste-theme-designer ready! 🔨 Explore the source changes: 5d0f23c 🔍 Inspect the deploy log: https://app.netlify.com/sites/paste-theme-designer/deploys/621934685c91aa00077406b5 😎 Browse the preview: https://deploy-preview-2242--paste-theme-designer.netlify.app |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 5d0f23c:
|
Size Change: +15 B (0%) Total Size: 466 kB
ℹ️ View Unchanged
|
✔️ Deploy Preview for paste-docs ready! 🔨 Explore the source changes: 843a2c5 🔍 Inspect the deploy log: https://app.netlify.com/sites/paste-docs/deploys/62182ad6f69b5c2e30bfc808 😎 Browse the preview: https://deploy-preview-2242--paste-docs.netlify.app |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
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.
Code LGTM. Just needs design approval.
Currently, when you use the Paste Select component in dark mode on firefox, the text is light grey on a white background. It appears that when you set the color on a select in FF, the browser takes out all the default styles for the dropdown and just makes it white.
For more context: https://codesandbox.io/s/firefox-select-bug-wk3x4d?file=/src/App.tsx
colorBackground
colorBackgroundInverse
"inherit"
"inherit"
as a valid backgroundColorSelect in light mode in Firefox:
Select in dark mode in Firefox:
Contributing to Twilio