* Combobox pan-down icon fix. (#331)
parent
368e74fc68
commit
8b02cba039
|
@ -347,6 +347,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