mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +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,
|
MozMacSourceList,
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
MozMacSourceListSelection,
|
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).
|
/// A themed focus outline (for outline:auto).
|
||||||
///
|
///
|
||||||
|
|
|
@ -434,10 +434,6 @@ pub enum SystemColor {
|
||||||
/// Inactive light hightlight
|
/// Inactive light hightlight
|
||||||
MozMacSecondaryhighlight,
|
MozMacSecondaryhighlight,
|
||||||
|
|
||||||
/// Font smoothing background colors needed by the Mac OS X theme, based on
|
|
||||||
/// -moz-appearance names.
|
|
||||||
MozMacVibrantTitlebarLight,
|
|
||||||
MozMacVibrantTitlebarDark,
|
|
||||||
MozMacMenupopup,
|
MozMacMenupopup,
|
||||||
MozMacMenuitem,
|
MozMacMenuitem,
|
||||||
MozMacActiveMenuitem,
|
MozMacActiveMenuitem,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue