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
The icon to remain white
The icon disappears (really the background value gets overridden)
background
Screenshots
It should look like:
It appears to be caused by the background attribute of this rule from twentytwentyone:
So, we might want to increase the specificity of the a.whatsapp-block-button selector by adding a :hover pseudo class.
a.whatsapp-block-button
:hover
The text was updated successfully, but these errors were encountered:
stacimc
Successfully merging a pull request may close this issue.
Steps to reproduce the issue
What I expected
The icon to remain white
What happened instead
The icon disappears (really the
background
value gets overridden)Screenshots
It should look like:
It appears to be caused by the
background
attribute of this rule from twentytwentyone:So, we might want to increase the specificity of the
a.whatsapp-block-button
selector by adding a:hover
pseudo class.The text was updated successfully, but these errors were encountered: