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
This commit is contained in:
Emilio Cobos Álvarez 2023-05-30 20:48:32 +02:00 committed by Oriol Brufau
parent 2fd66ea588
commit 4ed53833ea

View file

@ -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")]