theme: Hide panel underline under the do not disturb icon
Hide the focused/active indicator of the panel underneath the do-not-disturb icon. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/1037
This commit is contained in:

committed by
Florian Müllner

parent
fe4973b585
commit
bc465ab006
@ -553,7 +553,9 @@ class DateMenuButton extends PanelMenu.Button {
|
||||
menuAlignment = 1.0 - menuAlignment;
|
||||
super._init(menuAlignment);
|
||||
|
||||
this._clockDisplay = new St.Label({ y_align: Clutter.ActorAlign.CENTER });
|
||||
this._clockDisplay = new St.Label({ style_class: 'clock' });
|
||||
this._clockDisplay.clutter_text.y_align = Clutter.ActorAlign.CENTER;
|
||||
|
||||
this._indicator = new MessagesIndicator();
|
||||
|
||||
const indicatorPad = new St.Widget();
|
||||
|
Reference in New Issue
Block a user