projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5787146
)
Adwaita: No dnd highlight for treeviews
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Jan 2020 22:13:32 +0000
(17:13 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:22 +0000
(18:48 -0500)
We only want to highlight the drop location
that is rendered with a separate css node now.
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 7989279b090c48c3cdf2962d85ccc2fbafdef5ce..850ec994a9cb21ed5ddb3f176f16ae110d164702 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-1914,6
+1914,9
@@
treeview.view {
border-top: $backdrop_bg_color;
}
&:drop(active) {
+ box-shadow: none;
+ }
+ dndtarget:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: $selected_borders_color;