mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
style: Remove WindowBackground/Foreground system colors
There's no reason for these to be different to the CSS-exposed Window/WindowText. Differential Revision: https://phabricator.services.mozilla.com/D129990
This commit is contained in:
parent
b1ef020aa2
commit
2fd66ea588
1 changed files with 0 additions and 4 deletions
|
@ -231,10 +231,6 @@ pub enum Color {
|
||||||
#[derive(Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, ToCss, ToShmem)]
|
#[derive(Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, ToCss, ToShmem)]
|
||||||
#[repr(u8)]
|
#[repr(u8)]
|
||||||
pub enum SystemColor {
|
pub enum SystemColor {
|
||||||
#[css(skip)]
|
|
||||||
WindowBackground,
|
|
||||||
#[css(skip)]
|
|
||||||
WindowForeground,
|
|
||||||
#[css(skip)]
|
#[css(skip)]
|
||||||
WidgetBackground,
|
WidgetBackground,
|
||||||
#[css(skip)]
|
#[css(skip)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue