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
This commit is contained in:
Emilio Cobos Álvarez 2020-03-05 21:13:46 +00:00
parent a73e4353fe
commit 4a19074664

View file

@ -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 <input type=number>
NumberInput,
/// A horizontal progress bar.