diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index b661ec457eb..e3f00d333f9 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -170,3 +170,10 @@ ${helpers.single_keyword("-moz-user-focus", gecko_inexhaustive=True, animatable=False, spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-user-focus)")} + +${helpers.predefined_type("caret-color", + "ColorOrAuto", + "Either::Second(Auto)", + spec="https://drafts.csswg.org/css-ui/#caret-color", + animatable="True", + products="gecko")} diff --git a/components/style/properties/longhand/ui.mako.rs b/components/style/properties/longhand/ui.mako.rs index 3cd6668912b..8b8d902c37d 100644 --- a/components/style/properties/longhand/ui.mako.rs +++ b/components/style/properties/longhand/ui.mako.rs @@ -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")}