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