mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
parent
a73e4353fe
commit
4a19074664
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue