From 3fa750ce1745badefd0f04cebd5ac99c80a4c22c Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Wed, 3 Jul 2019 14:58:53 +0200 Subject: [PATCH] classic: No special casing of notifications The default already handles light variant. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/82 --- data/gnome-classic.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss index 5b29df1b..edf24d66 100644 --- a/data/gnome-classic.scss +++ b/data/gnome-classic.scss @@ -93,15 +93,3 @@ $variant: 'light'; background-image: url("calendar-today.svg"); } -.message-list-clear-button.button { - color: $fg_color -} - -.notification-banner { - background-color: $bg_color !important; - color: $fg_color; - .notification-button { - background-color: darken($bg_color,5%); - &:hover, &focus { background-color: darken($bg_color,2%); } - } -}