[libadwaita/wip/exalm/window-border: 1/2] stylesheet: Fix indentation for window styles




commit 07aa1653d3dfca8573bf1c41d55182561cf08022
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Apr 19 21:09:54 2021 +0500

    stylesheet: Fix indentation for window styles

 src/stylesheet/widgets/_window.scss | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/src/stylesheet/widgets/_window.scss b/src/stylesheet/widgets/_window.scss
index 7eb6961..5cf89d2 100644
--- a/src/stylesheet/widgets/_window.scss
+++ b/src/stylesheet/widgets/_window.scss
@@ -40,19 +40,24 @@ window {
   }
 
   &.maximized,
-  &.fullscreen { border-radius: 0; box-shadow: none; }
+  &.fullscreen {
+    border-radius: 0;
+    box-shadow: none;
+  }
 
   &.tiled,
   &.tiled-top,
   &.tiled-left,
   &.tiled-right,
   &.tiled-bottom {
-   border-radius: 0;
-   box-shadow: 0 0 0 1px $_wm_border_backdrop,
-               0 0 0 20px transparent; //transparent control workaround -- #3670
-   }
-   &:backdrop { box-shadow: 0 0 0 1px $_wm_border_backdrop,
-                            0 0 0 20px transparent; // #3670
+    border-radius: 0;
+    box-shadow: 0 0 0 1px $_wm_border_backdrop,
+                0 0 0 20px transparent; //transparent control workaround -- #3670
+  }
+
+  &:backdrop {
+    box-shadow: 0 0 0 1px $_wm_border_backdrop,
+                0 0 0 20px transparent; // #3670
   }
 
   // server-side decorations as used by mutter


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