Files
ladybird/Libraries/LibWeb/CSS/StyleComputer.cpp
Jelle Raaijmakers 726fe8284c LibWeb: Check if author rule layers are non-empty for pseudo-elements
The author_rules vector always contains at least one layer (the
unlayered entry), so checking is_empty() was always false. Instead,
check whether any layer actually contains rules.
2026-02-06 10:47:50 +00:00

149 KiB