mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
style: Add support for disabled document colors.
This commit is contained in:
parent
9e89b0a229
commit
c768169149
15 changed files with 103 additions and 13 deletions
|
@ -13,6 +13,7 @@
|
|||
${helpers.predefined_type("outline-color", "CSSColor", "computed::CSSColor::CurrentColor",
|
||||
initial_specified_value="specified::CSSColor::currentcolor()",
|
||||
animation_value_type="IntermediateColor", complex_color=True, need_clone=True,
|
||||
ignored_when_colors_disabled=True,
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-outline-color")}
|
||||
|
||||
<%helpers:longhand name="outline-style" need_clone="True" animation_value_type="none"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue