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



commit 2fe3ea684042837c377673e86b7e4110868019e4
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, 1 insertion(+), 11 deletions(-)
---
diff --git a/data/gnome-classic.scss b/data/gnome-classic.scss
index 410c5f0..c11e36a 100644
--- a/data/gnome-classic.scss
+++ b/data/gnome-classic.scss
@@ -91,15 +91,5 @@ $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]