Adwaita: No drag highlight for expanders
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jan 2020 20:43:50 +0000 (15:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 8 Jan 2020 23:48:22 +0000 (18:48 -0500)
This is pretty ugly, because Adwaita has a very
generic drop-highlight implementaiton that we
need to overrule.

gtk/theme/Adwaita/_common.scss

index e01d2bfb7102dd74127ae2e3004d6036cd2b02f0..9ac6b1bebadbbf556919dd48b68075b81ba4cb76 100644 (file)
@@ -3901,6 +3901,13 @@ expander-widget title:hover > expander {
   color: lighten($fg_color,30%); //only lightens the icon 
 }
 
+expander-widget {
+  &:not(decoration):not(window):drop(active):focus,
+  &:not(decoration):not(window):drop(active) {
+    box-shadow: none;
+  }
+}
+
 
 /************
  * Calendar *