Adwaita: No dnd highlight for iconviews

We only want to highlight the drop location
that is rendered with a separate css node now.
This commit is contained in:
Matthias Clasen 2020-01-07 17:30:08 -05:00
parent 24d7586163
commit 61db81ab8e

View 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;