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

pull/402/head
actionless 2016-04-29 15:49:03 +02:00
parent 66d8f683a9
commit 8f0daac55a
1 changed files with 1 additions and 1 deletions
gtk-3.20/scss/widgets

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