Adwaita: No drag highlight for expanders

This is pretty ugly, because Adwaita has a very
generic drop-highlight implementaiton that we
need to overrule.
This commit is contained in:
Matthias Clasen 2020-01-07 15:43:50 -05:00
parent 359003670a
commit 201a791076

View 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 *