mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Replace BackgroundStyleValue with ShorthandStyleValue
The `to_string()` for this is modified a little from the original, because we have to calculate what the layer-count is then, instead of having it already calculated.
This commit is contained in:
parent
1ae515c0b7
commit
34e0899ab0
Notes:
sideshowbarker
2024-07-16 20:31:50 +09:00
Author: https://github.com/AtkinsSJ
Commit: 34e0899ab0
Pull-request: https://github.com/SerenityOS/serenity/pull/21159
11 changed files with 57 additions and 194 deletions
|
@ -74,7 +74,6 @@ class AnglePercentage;
|
|||
class AngleStyleValue;
|
||||
class BackgroundRepeatStyleValue;
|
||||
class BackgroundSizeStyleValue;
|
||||
class BackgroundStyleValue;
|
||||
class BorderRadiusShorthandStyleValue;
|
||||
class BorderRadiusStyleValue;
|
||||
class BorderStyleValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue