mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
LibWeb: Allow having a linear-gradient() as a background-image
This commit is contained in:
@@ -21,7 +21,7 @@ bool HTMLHtmlElement::should_use_body_background_properties() const
|
||||
auto const& background_layers = layout_node()->background_layers();
|
||||
|
||||
for (auto& layer : background_layers) {
|
||||
if (layer.image)
|
||||
if (layer.background_image)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user