From ad66c4149eb73d60476165e8ac66779ab6aadcb0 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Fri, 28 Jul 2017 09:20:52 +0200 Subject: [PATCH] Added removal of text-decoration to focus state --- scss/components/_button.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } } -- 2.47.2