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.
This commit is contained in:
Matthias Clasen
2017-12-28 08:39:29 -05:00
committed by Daniel Boles
parent 5fef3ff971
commit b4b9aa1e5f

View File

@ -3661,7 +3661,7 @@ row {
* Expanders * * Expanders *
*************/ *************/
expander { expander {
arrow { title > arrow {
min-width: 16px; min-width: 16px;
min-height: 16px; min-height: 16px;
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); -gtk-icon-source: -gtk-icontheme('pan-end-symbolic');