[gnome-shell-sass] legacyTray: Time to say goodbye ...



commit 53cf147f95305d398b71443de2b5cb893fbcd166
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Aug 1 11:49:41 2017 +0100

    legacyTray: Time to say goodbye ...
    
    The legacy tray introduced as part of the notification redesign in
    3.16 was meant as a stop-gap solution to encourage applications to
    move away from the concept of status icons, but it hasn't really
    done anything except of getting in the way. Given that the large
    majority of apps that still make use of status icons work perfectly
    fine without them, we decided that it is time to drop this unloved
    bit of UI altogether. Users who still want them (or use one of the
    odd cases where an app really depends on the icon) can install one of
    various extensions that are available, either based on the XEmbed
    support that is still kept around or implementing the DBus-based
    StatusNotifier spec.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785956

 _common.scss |   24 ------------------------
 1 files changed, 0 insertions(+), 24 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index c774b6c..071690e 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1596,30 +1596,6 @@ StScrollBar {
 
 /* Eeeky things */
 
-$legacy_icon_size: 24px;
-
-.legacy-tray {
-  background-color: $bg_color;
-  border: 1px solid $borders_color;
-  border-bottom-width: 0;
-  &:ltr { border-radius: 0 6px 0 0; border-left-width: 0; }
-  &:rtl { border-radius: 6px 0 0 0; border-right-width: 0; }
-}
-
-.legacy-tray-handle,
-.legacy-tray-icon {
-  padding: 6px;
-  & StIcon { icon-size: $legacy_icon_size; }
-  &:hover,&:focus { background-color: transparentize($fg_color,0.9); }
-}
-
-.legacy-tray-icon-box {
-  spacing: 12px;
-  &:ltr { padding-left: 12px; }
-  &:rtl { padding-right: 12px; }
-  & StButton { width: $legacy_icon_size; height: $legacy_icon_size }
-}
-
 //magnifier
 
 .magnifier-zoom-region {


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