]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix btn focus color (#27178)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 17 Oct 2018 20:21:33 +0000 (22:21 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 17 Oct 2018 20:21:33 +0000 (23:21 +0300)
scss/_buttons.scss

index af4f2dbe98c18cad12b5ca5b2326140e16f06c14..7c45534e001f7446d32fef525f46569c96417cad 100644 (file)
@@ -16,8 +16,7 @@
   @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-line-height, $btn-border-radius);
   @include transition($btn-transition);
 
-  // Share hover and focus styles
-  @include hover-focus {
+  @include hover {
     color: $body-color;
     text-decoration: none;
   }