Skip to content

Commit

Permalink
stylo: Update glue for background-color.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jan 3, 2017
1 parent 955e285 commit 1041ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/properties/longhand/background.mako.rs
Expand Up @@ -8,7 +8,7 @@

${helpers.predefined_type("background-color", "CSSColor",
"::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"
has_uncacheable_values="${product == 'gecko'}">
Expand Down

0 comments on commit 1041ce6

Please sign in to comment.