mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
style: Remove some dead vibrancy code
Drive-by cleanup. Differential Revision: https://phabricator.services.mozilla.com/D147698
This commit is contained in:
parent
6ae56890b3
commit
c0ecfde11c
2 changed files with 0 additions and 8 deletions
|
@ -1911,10 +1911,6 @@ pub enum Appearance {
|
|||
MozMacSourceList,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacSourceListSelection,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrantTitlebarDark,
|
||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||
MozMacVibrantTitlebarLight,
|
||||
|
||||
/// A themed focus outline (for outline:auto).
|
||||
///
|
||||
|
|
|
@ -434,10 +434,6 @@ pub enum SystemColor {
|
|||
/// Inactive light hightlight
|
||||
MozMacSecondaryhighlight,
|
||||
|
||||
/// Font smoothing background colors needed by the Mac OS X theme, based on
|
||||
/// -moz-appearance names.
|
||||
MozMacVibrantTitlebarLight,
|
||||
MozMacVibrantTitlebarDark,
|
||||
MozMacMenupopup,
|
||||
MozMacMenuitem,
|
||||
MozMacActiveMenuitem,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue