[gnome-shell-sass] theme/notifications: Remove some duplicate or pointless styling



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

    theme/notifications: Remove some duplicate or pointless styling
    
    Those styles are defined in .message and do not need to be overridden in
    .notification-banner.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/957

 widgets/_notifications.scss | 20 --------------------
 1 file changed, 20 deletions(-)
---
diff --git a/widgets/_notifications.scss b/widgets/_notifications.scss
index cc69379..7d0cda2 100644
--- a/widgets/_notifications.scss
+++ b/widgets/_notifications.scss
@@ -7,28 +7,8 @@ $notification_banner_width: 34em;
 .notification-banner {
   min-height: $notification_banner_height;
   width: $notification_banner_width;
-  @include fontsize($base_font_size);
-  margin: $base_margin;
-  border-radius: $modal_radius;
-
-  .message-title { color: $fg_color }
-  .message-content { color: $fg_color; }
-
-  &:hover { background: $bg_color; }
-  &, &:focus, &:active {
-    background-color: $bg_color;
-    .message-title { color: $fg_color }
-    .message-content { color: $fg_color; }
-  }
-
-  // icon
-  .message-icon-bin > StIcon {
-    icon-size: $base_icon_size * 2;
-    color: $fg_color;
-  }
 
   .notification-actions {
-    padding-top: 0;
     spacing: 0;
   }
 


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