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.