diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-07 17:40:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-08 18:48:22 -0500 |
commit | 7646d1b22c370874924d338ba5e6c1ddcc48a1bd (patch) | |
tree | 2f8aac365e915c6cfb24dd0be5dc2515baa6a7a8 /gtk | |
parent | 61db81ab8e70002469e435887efa60592beae27e (diff) | |
download | gtk+-7646d1b22c370874924d338ba5e6c1ddcc48a1bd.tar.gz |
Adwaita: No drag highlight for placessidebar
It does its own custom thing.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 8879a75bba..8d1d5142ec 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3908,6 +3908,7 @@ expander-widget title:hover > expander { color: lighten($fg_color,30%); //only lightens the icon } +placessidebar, stackswitcher, expander-widget { &:not(decoration):not(window):drop(active):focus, |