]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove text-decoration from link buttons
authorDaniel Schuba <daniel.schuba@daschmedia.de>
Thu, 27 Jul 2017 11:47:53 +0000 (13:47 +0200)
committerDaniel Schuba <daniel.schuba@daschmedia.de>
Thu, 27 Jul 2017 11:47:53 +0000 (13:47 +0200)
scss/components/_button.scss

index 95efb61d7927690a82e303ca5ebc0cfcb3a33991..9e00eeea3e2e81eb050e795a918d1a549e8cf3f8 100644 (file)
@@ -376,4 +376,9 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
       margin-#{$global-left}: 0;
     }
   }
+  a.button {
+    &:hover {
+      text-decoration: none;
+    }
+  }
 }