mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
stylo: Update glue for background-color.
This commit is contained in:
parent
955e2851bf
commit
1041ce6b98
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
${helpers.predefined_type("background-color", "CSSColor",
|
${helpers.predefined_type("background-color", "CSSColor",
|
||||||
"::cssparser::Color::RGBA(::cssparser::RGBA { red: 0., green: 0., blue: 0., alpha: 0. }) /* transparent */",
|
"::cssparser::Color::RGBA(::cssparser::RGBA { red: 0., green: 0., blue: 0., alpha: 0. }) /* transparent */",
|
||||||
animatable=True)}
|
animatable=True, complex_color=True)}
|
||||||
|
|
||||||
<%helpers:vector_longhand name="background-image" animatable="False"
|
<%helpers:vector_longhand name="background-image" animatable="False"
|
||||||
has_uncacheable_values="${product == 'gecko'}">
|
has_uncacheable_values="${product == 'gecko'}">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue