theme: make overview thumbnails rounder

- match gtk Adwaita

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1449
This commit is contained in:
Jakub Steiner 2019-07-16 05:27:34 +02:00
parent 49e56776e8
commit 08464eadff

View File

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