From: Matthias Clasen Date: Tue, 7 Jan 2020 20:43:50 +0000 (-0500) Subject: Adwaita: No drag highlight for expanders X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~354^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=201a79107600e54fc8effeeb56222eae7eaaf303;p=gtk4.git Adwaita: No drag highlight for expanders This is pretty ugly, because Adwaita has a very generic drop-highlight implementaiton that we need to overrule. --- diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index e01d2bfb71..9ac6b1beba 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -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 *