0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove comment about tabindex (#29165)

This commit is contained in:
Shohei Yoshida 2019-07-30 00:49:07 +09:00 committed by XhmikosR
parent 6cdfcdf658
commit fb475e90a1

View 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