mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
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:
parent
359003670a
commit
201a791076
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user