fix(gtk3.20: button): linked combobox - 2 (#402)

This commit is contained in:
Yauhen Kirylau
2016-04-29 09:12:30 -05:00
committed by Dustin Falgout
parent 66d8f683a9
commit f5a5e84ee8
+1 -1
View File
@@ -369,7 +369,7 @@
padding: ($spacing - 2px) ($spacing + 1px);
}
box > button {
.linked:not(.vertical) > & > box > button.combo {
// the combo is a composite widget so the way we do button linked doesn't
// work, special case needed. See
// https://bugzilla.gnome.org/show_bug.cgi?id=733979