* Combobox pan-down icon fix. (#331)

This commit is contained in:
Csaba Jakosa
2016-04-13 00:40:46 -05:00
committed by Dustin Falgout
parent 368e74fc68
commit 8b02cba039
+6
View File
@@ -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);