Skip to content
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

Add way to disable the hover transformation effect #22

Open
ndiego opened this issue Jan 11, 2023 · 1 comment
Open

Add way to disable the hover transformation effect #22

ndiego opened this issue Jan 11, 2023 · 1 comment
Labels
Enhancement New enhancement or feature request.

Comments

@ndiego
Copy link
Owner

ndiego commented Jan 11, 2023

Issue ported from WordPress.org support forum:

hello!
maybe you can add a small check box to deactivate the :hover-effects?

i got it with a css hack now: (the path tags of the svg are linked with a tags, that’s why i used the a:hover)


.wp-block-outermost-icon-block svg g a:hover {
transform:unset !important;
}
@ndiego ndiego added the Enhancement New enhancement or feature request. label Jan 11, 2023
@MadtownLems
Copy link

I just came here to make the same request. We're looking to be able to do this on a case by case basis. Overall, our content providers love the hover effect.

However, there are times when Icons are used alongside Images. The images don't have the same hover effect, so we'd love to let people easily disable the icons on a case by case basis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New enhancement or feature request.
Projects
None yet
Development

No branches or pull requests

2 participants