]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove comment about tabindex (#29165)
authorShohei Yoshida <ysds.code@gmail.com>
Mon, 29 Jul 2019 15:49:07 +0000 (00:49 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 29 Jul 2019 15:49:07 +0000 (18:49 +0300)
scss/_reboot.scss

index b784ad2ef7087e9d14b0a3de090f0dd18b273792..8f41fb44610b201d9200879b87a7585ba626ba74 100644 (file)
@@ -226,8 +226,7 @@ a {
   }
 }
 
-// And undo these styles for placeholder links/named anchors (without href)
-// which have not been made explicitly keyboard-focusable (without tabindex).
+// And undo these styles for placeholder links/named anchors (without href).
 // It would be more straightforward to just use a[href] in previous block, but that
 // causes specificity issues in many other styles that are too complex to fix.
 // See https://github.com/twbs/bootstrap/issues/19402