Files
ladybird/Tests/LibWeb/Text/expected/reset-text-shadow-after-unhover.txt
Aliaksandr Kalenik 57c925cfa9 LibWeb: Reset text-shadow if needed after paint-only properties update
Previously we would not propagate text-shadow changes when it's changed
from some value to none.

Fixes https://github.com/LadybirdBrowser/ladybird/issues/6580
2025-11-14 12:49:36 +01:00

3 lines
79 B
Plaintext

hovered text-shadow: rgb(88, 161, 230) 0px 0px 3px
unhovered text-shadow: none