Files
ladybird/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
Carwyn Nelson 30f59cfe1a LibWeb: Skip transitions for pseudo elements
Transitions are currently not implemented for pseudo elements which
causes the transition to be applied to the "real"/"parent" element. When
a transition adjusts width/height on a pseudo element this causes the
real elements layout to break.

As a quick fix we just skip doing transitions when they are against
pseudo elements.
2024-10-07 09:31:40 +02:00

139 KiB