From 5e824f6306046e59fd58966ea8e22517c0db24d7 Mon Sep 17 00:00:00 2001
From: Megax <megax@yeahunter.hu>
Date: Mon, 9 May 2016 19:04:06 +0200
Subject: [PATCH] * Linked button fix.

---
 gtk-3.20/scss/widgets/_button.scss | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gtk-3.20/scss/widgets/_button.scss b/gtk-3.20/scss/widgets/_button.scss
index 7ddbddb..6afc675 100755
--- a/gtk-3.20/scss/widgets/_button.scss
+++ b/gtk-3.20/scss/widgets/_button.scss
@@ -266,7 +266,7 @@
         min-width: 24px;
         @include button(shade($bg_color, 1.2), $fg_color);
 
-        &.link, .link & { @include linked_button(shade($bg_color, 1.2)); }
+        &.linked, .linked & { @include linked_button(shade($bg_color, 1.2)); }
 
         spinbutton & {
             color: mix($text_color, $base_color, .4);
@@ -357,7 +357,6 @@
 
 @include exports("combobox") {
     combobox {
-
         button.combo {
             // otherwise the arrow placement is not symmetric
             min-width: 0;
@@ -390,6 +389,5 @@
         .linked:not(.vertical) > &:last-child > box > button.combo { @extend %linked_button:last-child; }
 
         .linked:not(.vertical) > &:only-child > box > button.combo { @extend %linked_button:only-child; }
-
     }
 }