forked from AuroraMiddleware/gtk
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:
parent
9c2c5665df
commit
df58d0acf3
@ -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%); }
|
||||
|
Loading…
Reference in New Issue
Block a user