diff --git a/components/style/values/specified/color.rs b/components/style/values/specified/color.rs index fe22266ab23..89762777f67 100644 --- a/components/style/values/specified/color.rs +++ b/components/style/values/specified/color.rs @@ -232,9 +232,11 @@ pub enum Color { #[repr(u8)] pub enum SystemColor { #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - TextSelectBackgroundDisabled, - #[parse(condition = "ParserContext::in_ua_or_chrome_sheet")] - TextSelectBackgroundAttention, + TextSelectDisabledBackground, + #[css(skip)] + TextSelectAttentionBackground, + #[css(skip)] + TextSelectAttentionForeground, #[css(skip)] TextHighlightBackground, #[css(skip)]