[gnome-shell-extensions/wip/jimmac/duller-classic-mode] Classic: no special casing of notifications



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

    Classic: no special casing of notifications
    
    - default already handles light variant

 data/gnome-classic.scss | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
index 410c5f0..13c1738 100644
--- a/data/gnome-classic.scss
+++ b/data/gnome-classic.scss
@@ -91,15 +91,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]