From 1be19485bb20fcea7588181dcafc5f4359f2fbf7 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Tue, 16 May 2023 10:04:00 +0200 Subject: [PATCH] style: Make -moz-accent-color reflect the windows accent color And remove the windows-specific versions of this color. Also fix the hard-coded defaults by the colors I get in the default windows theme. Differential Revision: https://phabricator.services.mozilla.com/D108325 --- components/style/values/specified/color.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index 21b8abe6de8..486d22fa101 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -349,10 +349,6 @@ pub enum SystemColor { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] MozAccentColorForeground, - /// Accent color for title bar. - MozWinAccentcolor, - /// Color from drawing text over the accent color. - MozWinAccentcolortext, /// Media rebar text. MozWinMediatext, /// Communications rebar text.