projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb175c
)
Adwaita: Add drop highlight for iconview items
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Jan 2020 02:25:49 +0000
(21:25 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:22 +0000
(18:48 -0500)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index dc56297ee6e14ab1827d6ebb1bf1d8a5a3afd722..e01d2bfb7102dd74127ae2e3004d6036cd2b02f0 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-142,7
+142,15
@@
textview {
textview border { background-color: mix($bg_color, $base_color, 50%); }
-iconview { @extend .view; }
+iconview {
+ @extend .view;
+
+ &:drop(active) {
+ border-style: solid;
+ border-width: 1px;
+ border-color: $selected_borders_color;
+ }
+}
.rubberband,
rubberband {