[libadwaita/wip/exalm/stylesheet2: 13/97] stylesheet: Nest textview > border style




commit 57b645226813d212b0b5c603add4b418f2851a89
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 12:30:01 2021 +0500

    stylesheet: Nest textview > border style

 src/stylesheet/_common.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 603f2f5..d96d9c5 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -60,13 +60,15 @@ textview {
     > selection { &:focus, & { @extend %selected_items; }}
   }
 
+  > border {
+    background-color: mix($bg_color, $base_color, 50%);
+  }
+
   &:drop(active) {
     caret-color: $drop_target_color;
   }
 }
 
-textview > border { background-color: mix($bg_color, $base_color, 50%); }
-
 iconview {
   @extend .view;
 


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