Adwaita: Add drop highlight for iconview items
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jan 2020 02:25:49 +0000 (21:25 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:22 +0000 (18:48 -0500)
gtk/theme/Adwaita/_common.scss

index dc56297ee6e14ab1827d6ebb1bf1d8a5a3afd722..e01d2bfb7102dd74127ae2e3004d6036cd2b02f0 100644 (file)
@@ -142,7 +142,15 @@ textview {
 
 textview border { background-color: mix($bg_color, $base_color, 50%); }
 
-iconview { @extend .view; }
+iconview { 
+  @extend .view;
+
+  &:drop(active) {
+    border-style: solid;
+    border-width: 1px;
+    border-color: $selected_borders_color;
+  }
+}
 
 .rubberband,
 rubberband {