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:
Sam Hewitt
2024-01-23 14:11:27 -03:30
committed by Marge Bot
parent 0582de6561
commit 4c5cb191d8
2 changed files with 8 additions and 3 deletions

View File

@ -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,