mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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,
|
ButtonArrowPrevious,
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
ButtonArrowUp,
|
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.
|
/// The focus outline box inside of a button.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
ButtonFocus,
|
ButtonFocus,
|
||||||
/// The caret of a text area
|
|
||||||
#[css(skip)]
|
|
||||||
Caret,
|
|
||||||
/// A dual toolbar button (e.g., a Back button with a dropdown)
|
/// A dual toolbar button (e.g., a Back button with a dropdown)
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Dualbutton,
|
Dualbutton,
|
||||||
|
@ -1556,9 +1549,6 @@ pub enum Appearance {
|
||||||
InnerSpinButton,
|
InnerSpinButton,
|
||||||
/// List boxes.
|
/// List boxes.
|
||||||
Listbox,
|
Listbox,
|
||||||
/// A listbox item.
|
|
||||||
#[css(skip)]
|
|
||||||
Listitem,
|
|
||||||
/// Menu Bar background
|
/// Menu Bar background
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Menubar,
|
Menubar,
|
||||||
|
@ -1579,9 +1569,6 @@ pub enum Appearance {
|
||||||
/// The text part of a dropdown list, to left of button.
|
/// The text part of a dropdown list, to left of button.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
MenulistText,
|
MenulistText,
|
||||||
/// An editable textfield with a dropdown list (a combobox).
|
|
||||||
#[css(skip)]
|
|
||||||
MenulistTextfield,
|
|
||||||
/// Menu Popup background.
|
/// Menu Popup background.
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
Menupopup,
|
Menupopup,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue