Adwaita: No dnd highlight for treeviews
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jan 2020 22:13:32 +0000 (17:13 -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 7989279b090c48c3cdf2962d85ccc2fbafdef5ce..850ec994a9cb21ed5ddb3f176f16ae110d164702 100644 (file)
@@ -1914,6 +1914,9 @@ treeview.view {
     border-top: $backdrop_bg_color;
   }
   &:drop(active) {
+    box-shadow: none;
+  }
+  dndtarget:drop(active) {
     border-style: solid none;
     border-width: 1px;
     border-color: $selected_borders_color;