We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed while working on #8303
When disabled, the eye icon is not getting disabled styles due to a more specific selector setting the fill.
disabled
We need to either reduce the specificity of the linked selector (ideal) or increase the specificity for the disabled styles
The text was updated successfully, but these errors were encountered:
should I roll this into #8368?
Sorry, something went wrong.
@emyarod sounds good to me 👍🏻
emyarod
Successfully merging a pull request may close this issue.
Noticed while working on #8303
When
disabled
, the eye icon is not getting disabled styles due to a more specific selector setting the fill.We need to either reduce the specificity of the linked selector (ideal) or increase the specificity for the disabled styles
The text was updated successfully, but these errors were encountered: