[gnome-shell-sass] messageTray: Remove the bottom tray



commit db26fd93596855ea5ca9966e71b10041ee427996
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Feb 20 16:31:55 2015 +0100

    messageTray: Remove the bottom tray
    
    It no longer does anything useful by now, so kill it off.
    Even more complexity gone, yay!
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744850

 _common.scss |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 6a500dc..ae668b5 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1315,26 +1315,6 @@ StScrollBar {
 
 /* NOTIFICATIONS & MESSAGE TRAY */
 
-#message-tray {
-  background: darken($osd_bg_color,10%) url("resource:///org/gnome/shell/theme/noise-texture.png");
-  background-repeat: repeat;
-  height: 72px;
-  box-shadow: inset 0 2px 4px rgba(0,0,0,0.5);
-  padding: 4px;
-  .message-tray-summary { height: 72px; }
-
-  .message-tray-menu-button {
-    StIcon {
-      padding: 0 20px;
-      color: $fg_color;
-      icon-size: 24px;
-      opacity: 1;
-    }
-    &:hover StIcon { color: lighten($fg_color, 15%); }
-    &:active StIcon { color: lighten($selected_bg_color, 10%); }
-  }
-  .no-messages-label { color: darken($fg_color,10%); }
-}
   .url-highlighter { link-color: $selected_bg_color; }
 
   // Banners


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