[libadwaita/wip/exalm/lists-style: 9/10] stylesheet: Fix places sidebar dnd style




commit d4a76f3e9768c0ee8e1be1db84d9e51ff86b2c77
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 18 01:07:28 2021 +0500

    stylesheet: Fix places sidebar dnd style
    
    It was never updated for the .navigation-sidebar padded style.

 src/stylesheet/widgets/_sidebars.scss | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
---
diff --git a/src/stylesheet/widgets/_sidebars.scss b/src/stylesheet/widgets/_sidebars.scss
index e522f102..f0f0b45f 100644
--- a/src/stylesheet/widgets/_sidebars.scss
+++ b/src/stylesheet/widgets/_sidebars.scss
@@ -118,13 +118,7 @@ placessidebar {
 
     &:drop(active):not(:disabled) {
       color: $drop_target_color;
-      box-shadow: inset 0 1px $drop_target_color,
-                  inset 0 -1px $drop_target_color;
-
-      &:selected {
-        color: $selected_fg_color;
-        background-color: $drop_target_color;
-      }
+      box-shadow: inset 0 0 0 1px $drop_target_color;
     }
   }
 }


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