[gtk/dnd-gestures-2: 159/175] Adwaita: No dnd highlight for treeviews
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/dnd-gestures-2: 159/175] Adwaita: No dnd highlight for treeviews
- Date: Wed, 8 Jan 2020 16:51:13 +0000 (UTC)
commit ece57e764d2592934e492a5be3eca84a6be4d97a
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 7 17:13:32 2020 -0500
Adwaita: No dnd highlight for treeviews
We only want to highlight the drop location
that is rendered with a separate css node now.
gtk/theme/Adwaita/_common.scss | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 7989279b09..850ec994a9 100644
--- 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]