Closed ExileofAranei closed 7 months ago
It's so typical. This snippet was added to make Fancybox compatible with Shopify so that it works without writing any additional code. But you call this "a bug".
But with this style library enforces me to write some extra code, patch updates should not bring that
Yes I see. I'll adjust the selector so it doesn't affect the content. Sorry for the trouble.
Sorry, my first demo was too poor. There is a better one: https://jsfiddle.net/exileofaranei/zo3vhcbj/1/
Just found this too :) It breaks font awesome icons (webfont based) where it's an empty <i>
with a ::before
to set the character representing the icon in the font.
It should be fixed in the latest release, sorry for the inconvenience.
Describe the bug
Hi, 5.0.34 introduced this style:
Is this required style? Because by default it has higher specifity than base classes,
display: block;
is not always wanted for each element with no children.:empty
ignores pseudo elements, what kinda broke my UI in popup. Maybe there are a way more unexpected side effects with this ruleReproduction
A minimal example for issue with pseudo elements: https://jsfiddle.net/exileofaranei/1Lg9ednh/35/
Additional context
No response