From 8f0daac55a09fe2e154f61a30a3f6f0e802085f7 Mon Sep 17 00:00:00 2001
From: actionless <actionless.loveless@gmail.com>
Date: Fri, 29 Apr 2016 15:49:03 +0200
Subject: [PATCH] fix(gtk3.20: button): linked combobox - 2

---
 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