projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c2c566
)
Adwaita: Make dnd marks in text views green
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 Jan 2020 17:45:20 +0000
(12:45 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 35dac977a7afa7f6f1811c83072f8a6327f1be2e..bad7cfc929b49cb079c858ff3d75ed5e1eb0f8a9 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-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%); }