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:
Emilio Cobos Álvarez 2023-05-30 20:47:54 +02:00 committed by Oriol Brufau
parent b1ef020aa2
commit 2fd66ea588

View file

@ -231,10 +231,6 @@ pub enum Color {
#[derive(Clone, Copy, Debug, MallocSizeOf, Parse, PartialEq, ToCss, ToShmem)]
#[repr(u8)]
pub enum SystemColor {
#[css(skip)]
WindowBackground,
#[css(skip)]
WindowForeground,
#[css(skip)]
WidgetBackground,
#[css(skip)]