theme: make overview thumbnails rounder
- match gtk Adwaita Fixes https://gitlab.gnome.org/GNOME/gnome-shell/issues/1449
This commit is contained in:
parent
49e56776e8
commit
08464eadff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user