mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
style: Rename CaretColor to ColorOrAuto for reusing.
Bug: 1460456 Reviewed-by: heycam MozReview-Commit-ID: LD6PlNI60GC
This commit is contained in:
parent
4e6b100c7e
commit
1b236bf620
7 changed files with 19 additions and 45 deletions
|
@ -43,8 +43,8 @@ ${helpers.single_keyword("-moz-user-focus",
|
|||
|
||||
${helpers.predefined_type(
|
||||
"caret-color",
|
||||
"CaretColor",
|
||||
"generics::ui::CaretColor::Auto",
|
||||
"ColorOrAuto",
|
||||
"Either::Second(Auto)",
|
||||
spec="https://drafts.csswg.org/css-ui/#caret-color",
|
||||
animation_value_type="AnimatedCaretColor",
|
||||
ignored_when_colors_disabled=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue