* Combobox pan-down icon fix.
parent
63233d1da7
commit
7bce058538
gtk-3.20/scss/widgets
|
@ -306,6 +306,12 @@
|
||||||
|
|
||||||
@include exports("combobox") {
|
@include exports("combobox") {
|
||||||
combobox {
|
combobox {
|
||||||
|
arrow {
|
||||||
|
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
|
||||||
|
min-height: 16px;
|
||||||
|
min-width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
box button, box entry {
|
box button, box entry {
|
||||||
@extend %linked_button;
|
@extend %linked_button;
|
||||||
padding: ($spacing - 2px) ($spacing + 1px);
|
padding: ($spacing - 2px) ($spacing + 1px);
|
||||||
|
|
Loading…
Reference in New Issue