From 4a190746649d42a8b60b8ebf20b47b20363e22bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 5 Mar 2020 21:13:46 +0000 Subject: [PATCH] style: Rename -moz-menulist-button to -moz-menulist-arrow-button. This should be less confusing. This is not supported outside of chrome:// or user-agent stylesheets so we can name this however we want. Differential Revision: https://phabricator.services.mozilla.com/D65605 --- components/style/values/specified/box.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index dbdaf2048a2..75da811f08d 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -1601,7 +1601,7 @@ pub enum Appearance { Meterchunk, /// The "arrowed" part of the dropdown button that open up a dropdown list. #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - MozMenulistButton, + MozMenulistArrowButton, /// For HTML's NumberInput, /// A horizontal progress bar.