mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Remove unused StyleAppearance values.
The parsing of these values was disabled in bug 1554150. Differential Revision: https://phabricator.services.mozilla.com/D82122
This commit is contained in:
parent
75b38efefd
commit
87612b65c5
1 changed files with 0 additions and 13 deletions
|
@ -1536,16 +1536,9 @@ pub enum Appearance {
|
|||
ButtonArrowPrevious,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ButtonArrowUp,
|
||||
/// A rectangular button that contains complex content
|
||||
/// like images (e.g. HTML <button> elements)
|
||||
#[css(skip)]
|
||||
ButtonBevel,
|
||||
/// The focus outline box inside of a button.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
ButtonFocus,
|
||||
/// The caret of a text area
|
||||
#[css(skip)]
|
||||
Caret,
|
||||
/// A dual toolbar button (e.g., a Back button with a dropdown)
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Dualbutton,
|
||||
|
@ -1556,9 +1549,6 @@ pub enum Appearance {
|
|||
InnerSpinButton,
|
||||
/// List boxes.
|
||||
Listbox,
|
||||
/// A listbox item.
|
||||
#[css(skip)]
|
||||
Listitem,
|
||||
/// Menu Bar background
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Menubar,
|
||||
|
@ -1579,9 +1569,6 @@ pub enum Appearance {
|
|||
/// The text part of a dropdown list, to left of button.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MenulistText,
|
||||
/// An editable textfield with a dropdown list (a combobox).
|
||||
#[css(skip)]
|
||||
MenulistTextfield,
|
||||
/// Menu Popup background.
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
Menupopup,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue