style: Fix bg color weirdness on background apps close button
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3140>
This commit is contained in:
@ -81,7 +81,7 @@ const BackgroundAppMenuItem = GObject.registerClass({
|
||||
|
||||
const closeButton = new St.Button({
|
||||
iconName: 'window-close-symbolic',
|
||||
styleClass: 'close-button',
|
||||
styleClass: 'icon-button',
|
||||
x_expand: true,
|
||||
y_expand: false,
|
||||
x_align: Clutter.ActorAlign.END,
|
||||
|
Reference in New Issue
Block a user