mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
This commit is contained in:
parent
a112bfdaa2
commit
c0f868dd56
1 changed files with 0 additions and 7 deletions
|
|
@ -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' });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue