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

pull/328/head
Csaba Jakosa 2016-04-13 07:40:46 +02:00 committed by Dustin Falgout
parent 368e74fc68
commit 8b02cba039
1 changed files with 6 additions and 0 deletions

View File

@ -347,6 +347,12 @@
@include exports("combobox") {
combobox {
arrow {
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic');
min-height: 16px;
min-width: 16px;
}
box button, box entry {
@extend %linked_button;
padding: ($spacing - 2px) ($spacing + 1px);