summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2018-01-01 18:49:09 +0000
committerDaniel Boles <dboles@src.gnome.org>2018-01-01 19:46:58 +0000
commit7dfb99c2cac6b393cb8039216a2ba88a4673717f (patch)
treea5f2846a6fc10c3a26f5468f038901fe593129b2
parent53eb42338a039d558dcf91bf20f4bc5894886481 (diff)
downloadgtk+-7dfb99c2cac6b393cb8039216a2ba88a4673717f.tar.gz
HighContrast: Avoid expander↔combobox interference
as per commit b4b9aa1e5fab6a1f8c27b768813ab4ed04f3cd6f
-rw-r--r--gtk/theme/HighContrast/_common.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 792d21835d..98662a807c 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -2787,7 +2787,7 @@ row.activatable {
*************/
expander {
- & arrow {
+ title > arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');