[gtk/wip/exalm/window: 2/2] theme: Round all window corners



commit 5bf0e1d3247de8fd5b20962a539491f11e6f0993
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 21 18:30:35 2020 +0500

    theme: Round all window corners

 gtk/theme/Adwaita/_common.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 35362835c0..5d312bd33f 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -4046,7 +4046,7 @@ window {
     // FIXME rationalize shadows
 
     margin: 0px;
-    border-radius: $window_radius $window_radius 0 0;
+    border-radius: $window_radius;
 
     &:backdrop {
       // the transparent shadow here is to enforce that the shadow extents don't
@@ -4066,7 +4066,6 @@ window {
     }
 
     &.dialog.message {
-      border-radius: $window_radius;
       box-shadow: 0 1px 2px transparentize(black, 0.8),
                   0 0 0 1px transparentize($_wm_border, 0.1);
     }


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