You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh! ok. Maybe I could make the script search in a :before pseudo-element instead of the element itself, that way it will be more natural and separated for the rest of code.
Of course, in my scenario I'm not using any :before pseudo element in the places I need the plug.
I think there is no option to solve this (without changing the way buggyfill use the css content).
While the 'content' should only be used in pseudo elements, if I apply the hack on a :hover element, the animation stop working on Safari.
Here's a fiddle with the issue https://fiddle.jshell.net/nc9chuod/, is there any way to solve it?
Thanks.
The text was updated successfully, but these errors were encountered: