From f5a5e84ee888bf86a88ba1678d328e5b45ebc788 Mon Sep 17 00:00:00 2001 From: Yauhen Kirylau Date: Fri, 29 Apr 2016 16:12:30 +0200 Subject: [PATCH] fix(gtk3.20: button): linked combobox - 2 (#402) --- gtk-3.20/scss/widgets/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-3.20/scss/widgets/_button.scss b/gtk-3.20/scss/widgets/_button.scss index 14ecc1a..ccc28d7 100755 --- a/gtk-3.20/scss/widgets/_button.scss +++ b/gtk-3.20/scss/widgets/_button.scss @@ -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