From c0ecfde11cca4a684526a795da42dd38da3d5c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 15 Aug 2023 00:54:04 +0200 Subject: [PATCH] style: Remove some dead vibrancy code Drive-by cleanup. Differential Revision: https://phabricator.services.mozilla.com/D147698 --- components/style/values/specified/box.rs | 4 ---- components/style/values/specified/color.rs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/components/style/values/specified/box.rs b/components/style/values/specified/box.rs index 1289fc6eaa8..3a6677de42a 100644 --- a/components/style/values/specified/box.rs +++ b/components/style/values/specified/box.rs @@ -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). /// diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 82805bf1efa..f751ede9a2e 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -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,