mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
parent
2fd66ea588
commit
4ed53833ea
1 changed files with 0 additions and 4 deletions
|
@ -243,10 +243,6 @@ pub enum SystemColor {
|
||||||
Widget3DHighlight,
|
Widget3DHighlight,
|
||||||
#[css(skip)]
|
#[css(skip)]
|
||||||
Widget3DShadow,
|
Widget3DShadow,
|
||||||
#[css(skip)]
|
|
||||||
TextBackground,
|
|
||||||
#[css(skip)]
|
|
||||||
TextForeground,
|
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
TextSelectBackgroundDisabled,
|
TextSelectBackgroundDisabled,
|
||||||
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
#[parse(condition = "ParserContext::in_ua_or_chrome_sheet")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue