[libadwaita/wip/exalm/stylesheet2: 45/103] stylesheet: Fix formatting in GtkTreeView styles
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/stylesheet2: 45/103] stylesheet: Fix formatting in GtkTreeView styles
- Date: Fri, 16 Apr 2021 22:38:45 +0000 (UTC)
commit e7b9a9a147c5821863f3441aa81066d887c0698d
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]