From 1041ce6b98fa33a9e4ea6ab6a17c61804919a6f1 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Tue, 3 Jan 2017 19:09:11 +0800 Subject: [PATCH] stylo: Update glue for background-color. --- components/style/properties/longhand/background.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/background.mako.rs b/components/style/properties/longhand/background.mako.rs index 26f611bd33b..ad5562226ce 100644 --- a/components/style/properties/longhand/background.mako.rs +++ b/components/style/properties/longhand/background.mako.rs @@ -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'}">