]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix reboot for placeholder links (#29164)
authorShohei Yoshida <ysds.code@gmail.com>
Mon, 29 Jul 2019 15:41:35 +0000 (00:41 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 31 Jul 2019 08:37:39 +0000 (11:37 +0300)
scss/_reboot.scss

index e436e14ef8297ce710dcab5ad9465c1c8f9bbcf6..b6c98ccd775fda35953e4ea77da43cdda67be4f3 100644 (file)
@@ -203,14 +203,10 @@ a:not([href]) {
   color: inherit;
   text-decoration: none;
 
-  @include hover-focus() {
+  @include hover() {
     color: inherit;
     text-decoration: none;
   }
-
-  &:focus {
-    outline: 0;
-  }
 }