-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
refactor(select): remove unused disabled option styles #7477
refactor(select): remove unused disabled option styles #7477
Conversation
✔️ Deploy preview for carbon-elements ready! 🔨 Explore the source changes: a1d9ba7 🔍 Inspect the deploy logs: https://app.netlify.com/sites/carbon-elements/deploys/5ffe164b85beb60007a507fd 😎 Browse the preview: https://deploy-preview-7477--carbon-elements.netlify.app |
✔️ Deploy preview for carbon-components-react ready! 🔨 Explore the source changes: a1d9ba7 🔍 Inspect the deploy logs: https://app.netlify.com/sites/carbon-components-react/deploys/5ffe164b300aba0007cb4e36 😎 Browse the preview: https://deploy-preview-7477--carbon-components-react.netlify.app |
a0fea8f
to
b39cd2a
Compare
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.
Looks great! Thank you 🙌🏻
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.
@emyarod tested & reviewed 👍 lgtm.
9f65c91
to
a1d9ba7
Compare
Closes #7475
This PR removes unused styles on the Select component for disabled options. The disabled component already matches the component spec, and opacity rules on disabled
<select>
options are not rendered in the browsers we supportTesting / Reviewing
Confirm there are no visual component regressions