From 08464eadff08953edfa4713c8ea3068b109813ae Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Tue, 16 Jul 2019 05:27:34 +0200 Subject: [PATCH] theme: make overview thumbnails rounder - match gtk Adwaita Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1449 --- data/theme/gnome-shell-sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 97d2fecfe..fb66437a7 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1342,8 +1342,8 @@ StScrollBar { .window-clone-border { $_bg: transparentize(white, 0.65); - border: 5px solid $_bg; - border-radius: 6px; + border: 7px solid $_bg; + border-radius: $modal_radius; // For window decorations with round corners we can't match // the exact shape when the window is scaled. So apply a shadow // to fix that case