[gnome-shell] panel: Remove .in-overview style class



commit c0f868dd562cac196c9721c1ac8c128d3faee701
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Sep 21 22:16:03 2012 +0200

    panel: Remove .in-overview style class
    
    The panel used to be styled differently in the overview, but
    nowadays this is just a left-over.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684573

 js/ui/panel.js |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/js/ui/panel.js b/js/ui/panel.js
index 65ca664..e7f2c3b 100644
--- a/js/ui/panel.js
+++ b/js/ui/panel.js
@@ -966,13 +966,6 @@ const Panel = new Lang.Class({
 
         this.statusArea = {};
 
-        Main.overview.connect('shown', Lang.bind(this, function () {
-            this.actor.add_style_class_name('in-overview');
-        }));
-        Main.overview.connect('hiding', Lang.bind(this, function () {
-            this.actor.remove_style_class_name('in-overview');
-        }));
-
         this.menuManager = new PopupMenu.PopupMenuManager(this);
 
         this._leftBox = new St.BoxLayout({ name: 'panelLeft' });



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