[libadwaita/wip/exalm/stylesheet-cleanups: 5/13] stylesheet: Use drag-n-drop color consistently




commit f26de3ec040fc5e7ac7677b387789f990fdf482c
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu May 20 01:15:59 2021 +0500

    stylesheet: Use drag-n-drop color consistently
    
    There were 2 instances where we used selection color instead.

 src/stylesheet/widgets/_trees.scss | 2 +-
 src/stylesheet/widgets/_views.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_trees.scss b/src/stylesheet/widgets/_trees.scss
index bd381fcb..d85a5f9f 100644
--- a/src/stylesheet/widgets/_trees.scss
+++ b/src/stylesheet/widgets/_trees.scss
@@ -26,7 +26,7 @@ treeview.view {
   > dndtarget:drop(active) {
     border-style: solid none;
     border-width: 1px;
-    border-color: $selected_borders_color;
+    border-color: $drop_target_color;
 
     &.after { border-top-style: none; }
 
diff --git a/src/stylesheet/widgets/_views.scss b/src/stylesheet/widgets/_views.scss
index 719790ae..985b44ac 100644
--- a/src/stylesheet/widgets/_views.scss
+++ b/src/stylesheet/widgets/_views.scss
@@ -43,7 +43,7 @@ iconview {
   > dndtarget:drop(active) {
     border-style: solid;
     border-width: 1px;
-    border-color: $selected_borders_color;
+    border-color: $drop_target_color;
   }
 }
 


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