Adwaita: Make dnd marks in text views green

We already do this in entries, this just updates
text views to match.
This commit is contained in:
Matthias Clasen 2020-01-03 12:45:20 -05:00
parent 9c2c5665df
commit df58d0acf3

View File

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