mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
LibWeb: Render multiple box-shadows
Because why not? :^)
This commit is contained in:
parent
b51f428165
commit
10c6c77b5c
Notes:
sideshowbarker
2024-07-17 19:09:42 +09:00
Author: https://github.com/AtkinsSJ
Commit: 10c6c77b5c
Pull-request: https://github.com/SerenityOS/serenity/pull/12359
8 changed files with 107 additions and 65 deletions
|
@ -64,7 +64,7 @@ public:
|
|||
Optional<CSS::JustifyContent> justify_content() const;
|
||||
Optional<CSS::Overflow> overflow_x() const;
|
||||
Optional<CSS::Overflow> overflow_y() const;
|
||||
Optional<CSS::BoxShadowData> box_shadow() const;
|
||||
Vector<CSS::BoxShadowData> box_shadow() const;
|
||||
CSS::BoxSizing box_sizing() const;
|
||||
Optional<CSS::PointerEvents> pointer_events() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue