projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3590036
)
Adwaita: No drag highlight for expanders
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 7 Jan 2020 20:43:50 +0000
(15:43 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index e01d2bfb7102dd74127ae2e3004d6036cd2b02f0..9ac6b1bebadbbf556919dd48b68075b81ba4cb76 100644
(file)
--- 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 *