mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Replace ColorOrAuto by CaretColor
This is its only use.
This commit is contained in:
parent
6fbf2c1e3c
commit
c4efbb4d51
8 changed files with 65 additions and 24 deletions
|
@ -43,10 +43,10 @@ ${helpers.single_keyword("-moz-user-focus",
|
|||
|
||||
${helpers.predefined_type(
|
||||
"caret-color",
|
||||
"ColorOrAuto",
|
||||
"Either::Second(Auto)",
|
||||
"CaretColor",
|
||||
"generics::pointing::CaretColor::Auto",
|
||||
spec="https://drafts.csswg.org/css-ui/#caret-color",
|
||||
animation_value_type="Either<AnimatedColor, Auto>",
|
||||
animation_value_type="AnimatedCaretColor",
|
||||
boxed=not RUSTC_HAS_PR45225,
|
||||
ignored_when_colors_disabled=True,
|
||||
products="gecko",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue