From 845766620494d3c9351161c53323429bfb527e5d Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Thu, 16 Jul 2020 22:04:14 +0000 Subject: [PATCH] style: Change internal uses of -moz-appearance to appearance and -moz-default-appearance. Uses of `-moz-appearance: none` are changed to `appearance: none`. Uses of other values that are simply reverting the appearance back to its default are changed to `appearance: auto`. Uses of values in UA sheets that are defining the inherent appearance of widgets are changed to: appearance: auto; -moz-default-appearance: ; since those values are either no longer supported on (-moz-)appearance, or are still supported but only in some limited form. There are some uses of `-moz-appearance: textfield` on elements that are renamed to `appearance: textfield`. Differential Revision: https://phabricator.services.mozilla.com/D83430 --- components/style/properties/longhands/box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index 18a46bc18f2..ca93fd916ea 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -635,7 +635,7 @@ ${helpers.predefined_type( engines="gecko", animation_value_type="none", spec="Internal (not web-exposed)", - enabled_in="ua", + enabled_in="chrome", gecko_ffi_name="mDefaultAppearance", )}