-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Reset select:disabled
opacity for Chrome
#33127
Conversation
@mdo This only tackles the |
As highlighted by @tkrotoff in #33089 comment, this should be backported to v4. |
edd82eb
to
2ff50c5
Compare
@ffoodd This now properly addresses the color and opacity. |
@ffoodd Oh I'm a dummy, thanks! Wasn't even thinking that it was our doing lol. |
…ferences in Chrome
d2db10c
to
d72ef55
Compare
Rebased and modified this with a new commit. Instead of removing the variable entirely, this |
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, didn't think about BC while dropping a variable 🤦
Why keep backward compatibility ($form-select-disabled-color) since v5 is not released? Removing it now will save your team from having to deal with it for the entire life of v5. Less code is always better :) |
Technically, we shouldn't land any further breaking changes during the beta stage :) |
This was labeled as a backport, but near as I can tell, v4's |
select:disabled
opacity for Chrome
Fixes #33089