From a400285eef01ea8d6f708bdc461c26df4bba84cf Mon Sep 17 00:00:00 2001 From: Mats Palmgren Date: Fri, 12 Oct 2018 21:36:02 +0200 Subject: [PATCH] style: Unship most of the -moz-appearance values that aren't supported by -webkit-appearance in other UAs. Bug: 1496720 Reviewed-by: emilio --- components/style/values/specified/box.rs | 91 ++++++++++++++++++++++++ 1 file changed, 91 insertions(+) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index e23ec4a745a..7e79fc892a5 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -966,20 +966,27 @@ pub enum Appearance { /// A typical dialog button. Button, /// Various arrows that go in buttons + #[parse(condition = "in_ua_or_chrome_sheet")] ButtonArrowDown, + #[parse(condition = "in_ua_or_chrome_sheet")] ButtonArrowNext, + #[parse(condition = "in_ua_or_chrome_sheet")] ButtonArrowPrevious, + #[parse(condition = "in_ua_or_chrome_sheet")] ButtonArrowUp, /// A rectangular button that contains complex content /// like images (e.g. HTML