From b4b9aa1e5fab6a1f8c27b768813ab4ed04f3cd6f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 28 Dec 2017 08:39:29 -0500 Subject: [PATCH] Adwaita: Avoid expander<>combobox interference Putting a combobox in an expander was causing the combo arrow to go sideways. Increase the specificity with which we address the expander arrow to avoid that. --- gtk/theme/Adwaita/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 8dd242afb3..989d07961e 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3661,7 +3661,7 @@ row { * Expanders * *************/ expander { - arrow { + title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');