Files
serenity/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
Carwyn Nelson 7a76f8b265 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.

(cherry picked from commit 30f59cfe1aec0b385631a40da8b2447eed62ad79)
2024-11-11 17:22:42 -05:00

137 KiB