From: Mark Otto Date: Tue, 10 Jan 2017 05:23:38 +0000 (-0800) Subject: fixes #21625, closes #21539 X-Git-Tag: v4.0.0-beta~147^2~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc82352594ba94ed415003acf79b727b86917d6a;p=thirdparty%2Fbootstrap.git fixes #21625, closes #21539 don't set focus styles on the anchor, just set hover styles --- 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; }