osd: Restyle OSD display popup

- remove class from label box
- new style for label itself

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2277>
This commit is contained in:
Sam Hewitt
2022-04-19 14:08:37 -02:30
committed by Florian Müllner
parent 851a1e30fa
commit cb2ee0cf1f
2 changed files with 11 additions and 3 deletions

View File

@ -13,7 +13,6 @@ class OsdMonitorLabel extends St.Widget {
this._monitor = monitor;
this._box = new St.BoxLayout({
style_class: 'osd-window',
vertical: true,
});
this.add_actor(this._box);