From c6172739a2d267a6bad489843d6204f7103696f1 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 11 Mar 2019 14:14:18 +0100 Subject: [PATCH] theme: window close button touchup - tone down the shading considerably to match the previous look https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/453 --- data/theme/gnome-shell-sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index c7485aefd..58ac065d2 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1152,7 +1152,7 @@ StScrollBar { background-color: white; border-radius: 24px; border: 4px solid $selected_bg_color; - box-shadow: inset 0 -4px 0 0 transparentize($selected_bg_color, 0.5); + box-shadow: inset 0 -2px 0 0 transparentize($selected_bg_color, 0.9); color: $selected_bg_color; height: 24px; width: 24px;