[gtk/dnd-gestures-2: 135/175] Adwaita: Add drop highlight for iconview items
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/dnd-gestures-2: 135/175] Adwaita: Add drop highlight for iconview items
- Date: Wed, 8 Jan 2020 16:49:12 +0000 (UTC)
commit bc17b2a06119ae8177b8862b41169006ce66ffd2
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Jan 6 21:25:49 2020 -0500
Adwaita: Add drop highlight for iconview items
gtk/theme/Adwaita/_common.scss | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index dc56297ee6..e01d2bfb71 100644
--- 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]