From: Daniel Schuba Date: Fri, 28 Jul 2017 07:20:52 +0000 (+0200) Subject: Added removal of text-decoration to focus state X-Git-Tag: v6.4.2~1^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10471%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added removal of text-decoration to focus state --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 9e00eeea3..e71f26493 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -377,7 +377,8 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau } } a.button { - &:hover { + &:hover, + &:focus { text-decoration: none; } }