style: Use unlinked rounded buttons for notifications

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3383>
This commit is contained in:
Sam Hewitt
2024-06-18 15:03:19 -02:30
committed by Sam Hewitt
parent 2e2c5e1cec
commit ff4b9fdb08
6 changed files with 70 additions and 30 deletions

View File

@ -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,
});