From 1314c79282dd99bd345ae43ddd7bff0d49ec5757 Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Mon, 9 Jan 2017 21:23:38 -0800
Subject: [PATCH] fixes #21625, closes #21539

don't set focus styles on the anchor, just set hover styles
---
 scss/_reboot.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 557829f25c..266ed78194 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -164,7 +164,7 @@ a {
   color: $link-color;
   text-decoration: $link-decoration;
 
-  @include hover-focus {
+  @include hover {
     color: $link-hover-color;
     text-decoration: $link-hover-decoration;
   }
-- 
GitLab