* Combobox pan-down icon fix.

pull/331/head
Megax 2016-04-12 21:41:37 +02:00
parent 63233d1da7
commit 7bce058538
1 changed files with 6 additions and 0 deletions
gtk-3.20/scss/widgets

View File

@ -306,6 +306,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);