1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:27:34 +00:00

LibWeb: Replace TextDecorationStyleValue with ShorthandStyleValue

This commit is contained in:
Sam Atkins 2023-09-20 15:52:44 +01:00 committed by Sam Atkins
parent d40b3f2a34
commit 8efac89a16
11 changed files with 8 additions and 95 deletions

View file

@ -162,7 +162,6 @@ class StyleValue;
class StyleValueList;
class Supports;
class SVGPaint;
class TextDecorationStyleValue;
class Time;
class TimeOrCalculated;
class TimePercentage;