[gnome-shell-sass] theme/notifications: Remove some unused style classes



commit 02a163c8c8cc11b9ac0cb264666b9afa428e8fad
Author: nana-4 <hnmaigo gmail com>
Date:   Wed Feb 5 01:07:04 2020 +0900

    theme/notifications: Remove some unused style classes
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957

 widgets/_notifications.scss | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)
---
diff --git a/widgets/_notifications.scss b/widgets/_notifications.scss
index 4bcbb68..cc69379 100644
--- a/widgets/_notifications.scss
+++ b/widgets/_notifications.scss
@@ -27,17 +27,6 @@ $notification_banner_width: 34em;
     color: $fg_color;
   }
 
-  .notification-icon {
-    padding: 5px;
-  }
-
-  .notification-content {
-    padding: 5px;
-    spacing: 5px;
-  }
-
-  .secondary-icon { icon-size: $base_icon_size; }
-
   .notification-actions {
     padding-top: 0;
     spacing: 0;
@@ -63,8 +52,6 @@ $notification_banner_width: 34em;
   border-radius: 0.9em; // should be 0.8 but whatever; wish I could do 50%;
 }
 
-.secondary-icon { icon-size: $base_icon_size; }
-
 // chat bubbles
 .chat-body { spacing: 5px; }
 .chat-response { margin: 5px; }
@@ -87,4 +74,4 @@ $notification_banner_width: 34em;
   font-weight: bold;
   color: lighten($fg_color,18%);
   &:rtl { padding-left: 0; padding-right: 4px; }
-}
\ No newline at end of file
+}


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