ndiego / icon-block

Effortlessly add SVG icons and graphics to your website.
https://nickdiego.com/projects/icon-block/
GNU General Public License v2.0
110 stars 15 forks source link

Add way to disable the hover transformation effect #22

Open ndiego opened 1 year ago

ndiego commented 1 year ago

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;
}