[libadwaita/wip/exalm/stylesheet2: 39/97] stylesheet: Fix formatting in GtkTreeView styles




commit 114ad6b06236bf93bcd9cba451d4841e1a7fb434
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 19:30:39 2021 +0500

    stylesheet: Fix formatting in GtkTreeView styles

 src/stylesheet/_common.scss | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index d392374..ce95932 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1608,10 +1608,10 @@ treeview.view {
 
         @if $variant == 'light' {
           color: $selected_bg_color;
-
         }
-
-        @else { box-shadow: inset 0 1px transparentize(white, 0.95); }
+        @else {
+          box-shadow: inset 0 1px transparentize(white, 0.95);
+        }
 
         background-image: image($base_color);
 
@@ -1633,7 +1633,6 @@ treeview.view {
         background-color: if($variant == 'light',
                              transparentize($selected_fg_color, 0.7),
                              darken($selected_bg_color, 10%));
-
       }
     }
   }


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