[gnome-shell/wip/jimmac/rounder-overview] theme: make overview thumbnails rounder



commit fa3b40a9dc2c88ce3e46f2c163e58a1081731e0f
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Jul 16 05:27:34 2019 +0200

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]