]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #21625, closes #21539
authorMark Otto <markdotto@gmail.com>
Tue, 10 Jan 2017 05:23:38 +0000 (21:23 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 16 Jan 2017 01:51:26 +0000 (17:51 -0800)
don't set focus styles on the anchor, just set hover styles

scss/_reboot.scss

index 557829f25ce0d493486cabf271e12f0bdfec3607..266ed78194d4b72ee90a32571c172af85b235934 100644 (file)
@@ -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;
   }