Adwaita: Make dnd marks in text views green
authorMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jan 2020 17:45:20 +0000 (12:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 3 Jan 2020 18:00:53 +0000 (13:00 -0500)
We already do this in entries, this just updates
text views to match.

gtk/theme/Adwaita/_common.scss

index 35dac977a7afa7f6f1811c83072f8a6327f1be2e..bad7cfc929b49cb079c858ff3d75ed5e1eb0f8a9 100644 (file)
@@ -134,6 +134,10 @@ textview {
 
     selection { &:focus, & { @extend %selected_items; }}
   }
+
+  &:drop(active) {
+    caret-color: $drop_target_color;
+  }
 }
 
 textview border { background-color: mix($bg_color, $base_color, 50%); }