From a46538dd0dfe2655f7583a9cfc3de7f02f47af89 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 11 May 2019 10:43:25 -0500 Subject: [PATCH] Fix gnome-shell issue on gnome-3.32 --- gnome-shell/_common.scss | 4 ++++ gnome-shell/gnome-shell.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index 13826ea..865c05c 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1213,8 +1213,12 @@ StScrollBar { //close buttons .window-close { + background-color: transparent; background-image: url("assets/close-window.svg"); background-size: 32px; + border: none; + box-shadow: none; + color: transparent; height: 32px; width: 32px; } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 1918653..2e5a3c1 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1103,8 +1103,12 @@ StScrollBar { icon-size: 1.09em; } .window-close { + background-color: transparent; background-image: url("assets/close-window.svg"); background-size: 32px; + border: none; + box-shadow: none; + color: transparent; height: 32px; width: 32px; }