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

pull/404/head
Yauhen Kirylau 2016-04-29 16:12:30 +02:00 committed by Dustin Falgout
parent 66d8f683a9
commit f5a5e84ee8
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@
padding: ($spacing - 2px) ($spacing + 1px); 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 // the combo is a composite widget so the way we do button linked doesn't
// work, special case needed. See // work, special case needed. See
// https://bugzilla.gnome.org/show_bug.cgi?id=733979 // https://bugzilla.gnome.org/show_bug.cgi?id=733979