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:
committed by
Daniel Boles
parent
5fef3ff971
commit
b4b9aa1e5f
@ -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');
|
||||||
|
|||||||
Reference in New Issue
Block a user