style: Use unlinked rounded buttons for notifications
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3383>
This commit is contained in:
@ -439,6 +439,7 @@ export const Message = GObject.registerClass({
|
||||
vbox.add_child(hbox);
|
||||
|
||||
this._actionBin = new St.Bin({
|
||||
style_class: 'message-action-bin',
|
||||
layout_manager: new ScaleLayout(),
|
||||
visible: false,
|
||||
});
|
||||
|
Reference in New Issue
Block a user