From 4ed53833ea560792afe2e369de2515339afcffc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 30 May 2023 20:48:32 +0200 Subject: [PATCH] style: Remove TextForeground/Background system colors Same thing, there's nor reason these should be different from other CSS-exposed colors. Differential Revision: https://phabricator.services.mozilla.com/D129991 --- 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 867536a0230..84d8ea4c8b4 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -243,10 +243,6 @@ pub enum SystemColor { Widget3DHighlight, #[css(skip)] Widget3DShadow, - #[css(skip)] - TextBackground, - #[css(skip)] - TextForeground, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] TextSelectBackgroundDisabled, #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]