]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix reboot for placeholder links (#29140)
authorShohei Yoshida <ysds.code@gmail.com>
Mon, 29 Jul 2019 07:32:09 +0000 (16:32 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 29 Jul 2019 07:32:09 +0000 (10:32 +0300)
scss/_reboot.scss

index a3663206db67ef74c142b7379a8b2f8e1a511473..b784ad2ef7087e9d14b0a3de090f0dd18b273792 100644 (file)
@@ -232,13 +232,11 @@ a {
 // causes specificity issues in many other styles that are too complex to fix.
 // See https://github.com/twbs/bootstrap/issues/19402
 
-a:not([href]):not([tabindex]) {
+a:not([href]) {
   &,
-  &:hover,
-  &:focus {
+  &:hover {
     color: inherit;
     text-decoration: none;
-    outline: 0;
   }
 }