From: Shohei Yoshida Date: Mon, 29 Jul 2019 15:49:07 +0000 (+0900) Subject: Remove comment about tabindex (#29165) X-Git-Tag: v5.0.0-alpha1~891 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb475e90a1508d16d4b87268512cf5bfd2de4695;p=thirdparty%2Fbootstrap.git Remove comment about tabindex (#29165) --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index b784ad2ef7..8f41fb4461 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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