style: Rename CaretColor to ColorOrAuto for reusing.

Bug: 1460456
Reviewed-by: heycam
MozReview-Commit-ID: LD6PlNI60GC
This commit is contained in:
Xidorn Quan 2018-05-10 09:56:10 +10:00 committed by Emilio Cobos Álvarez
parent 4e6b100c7e
commit 1b236bf620
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
7 changed files with 19 additions and 45 deletions

View file

@ -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,