Adwaita: No dnd highlight for iconviews
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jan 2020 22:30:08 +0000 (17:30 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:22 +0000 (18:48 -0500)
We only want to highlight the drop location
that is rendered with a separate css node now.

gtk/theme/Adwaita/_common.scss

index 850ec994a9cb21ed5ddb3f176f16ae110d164702..8879a75bba3dc9277c4057c965281dbf03a3de3d 100644 (file)
@@ -146,6 +146,10 @@ iconview {
   @extend .view;
 
   &:drop(active) {
+    box-shadow: none;
+  }
+
+  dndtarget:drop(active) {
     border-style: solid;
     border-width: 1px;
     border-color: $selected_borders_color;