[gnome-shell-extensions] classic: No special casing of notifications



commit 3fa750ce1745badefd0f04cebd5ac99c80a4c22c
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jul 3 14:58:53 2019 +0200

    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 5b29df1..edf24d6 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%); }
-  }
-}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]