mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
#15842 Add gecko glue for caret-color.
Implement from(StyleComplexColor) for ColorOrAuto. Thanks @emilio. (+4 squashed commits) Squashed commits: [baf7cc0
] Add clone to caret-color [9cb82ca
] Correctly call methods to copy a color in a SympleComplexColor and getting its auto [c483f07
] Add set and copy functions for caret_color [0aa20be
] Move caret-color and set its product property to gecko
This commit is contained in:
parent
e34aac03ff
commit
f195b247c0
4 changed files with 50 additions and 13 deletions
|
@ -30,10 +30,3 @@ ${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", product
|
|||
gecko_enum_prefix="StyleWindowDragging",
|
||||
animatable=False,
|
||||
spec="None (Nonstandard Firefox-only property)")}
|
||||
|
||||
${helpers.predefined_type("caret-color",
|
||||
"ColorOrAuto",
|
||||
"Either::Second(Auto)",
|
||||
spec="https://drafts.csswg.org/css-ui/#caret-color",
|
||||
animatable="True",
|
||||
products="none")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue