Files
ladybird/Libraries/LibWeb/CSS
Andreas Kling 5904a21a56 LibWeb: Clear pseudo-element style data when no rule matches
When computing pseudo-element style and no pseudo-element rules match,
StyleComputer was returning early without clearing the cascaded and
custom property data on the AbstractElement. As a result,
getComputedStyle() on the pseudo-element kept exposing values from a
previous matching state.

Clear both before bailing so a transition from matched to unmatched
leaves the pseudo-element in a clean state.
2026-04-26 10:40:58 +02:00
..
2026-04-25 14:54:10 +02:00
2026-04-25 14:54:10 +02:00
2026-02-18 08:02:45 -05:00
2026-02-18 08:02:45 -05:00
2026-04-22 14:24:12 +01:00