From 4241c4bdbd652abb76a3c9fc3e1194bc606a4477 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 dd3fcec026..2689fbd2c7 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -3627,7 +3627,7 @@ row { * Expanders * *************/ expander { - arrow { + title > arrow { min-width: 16px; min-height: 16px; -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');