[libadwaita/wip/exalm/stylesheet2: 34/97] stylesheet: Fix indentation in infobar style




commit 3899f956a88172b833844e015f9ef3c69d401f56
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 19:00:47 2021 +0500

    stylesheet: Fix indentation in infobar style

 src/stylesheet/_common.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 496d73d..9843218 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1301,8 +1301,8 @@ infobar {
   }
 
   &.action:hover > revealer > box {
-      background-color: if($variant == 'light', desaturate(lighten(invert($selected_bg_color), 47%), 30%),
-                        desaturate(darken(invert($selected_bg_color), 42%), 70%));
+    background-color: if($variant == 'light', desaturate(lighten(invert($selected_bg_color), 47%), 30%),
+                      desaturate(darken(invert($selected_bg_color), 42%), 70%));
   }
 
   &.info,


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