From: Daniel Schuba Date: Thu, 27 Jul 2017 11:47:53 +0000 (+0200) Subject: Remove text-decoration from link buttons X-Git-Tag: v6.4.2~1^2~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8dbb8adb5435864e4692a075951a3d19c1fb93e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove text-decoration from link buttons --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 95efb61d7..9e00eeea3 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -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; + } + } }