From f3411ed7129febdf5e7df73f5eca718437a54ff8 Mon Sep 17 00:00:00 2001 From: drakkar1969 Date: Wed, 27 Mar 2019 21:01:18 +0100 Subject: [PATCH] Fix close buttons in GNOME overview (#216) * Fix close buttons in GNOME overview * Resize close button to 26px --- common/gnome-shell/3.30/sass/_common.scss | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/common/gnome-shell/3.30/sass/_common.scss b/common/gnome-shell/3.30/sass/_common.scss index 56e851b..5079c2c 100644 --- a/common/gnome-shell/3.30/sass/_common.scss +++ b/common/gnome-shell/3.30/sass/_common.scss @@ -1448,24 +1448,22 @@ StScrollBar { background-size: 26px; height: 26px; width: 26px; + border: 0px; + box-shadow: none; + background-color: transparent; + color: transparent; &:hover { background-image: url("common-assets/misc/close-hover.svg"); - background-size: 26px; - height: 26px; - width: 26px; } &:active { background-image: url("common-assets/misc/close-active.svg"); - background-size: 26px; - height: 26px; - width: 26px; } } .window-close { - -shell-close-overlap: 11px; + -shell-close-overlap: 12px; } //