diff options
| author | Shohei Yoshida <[email protected]> | 2019-07-30 00:49:07 +0900 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-29 18:49:07 +0300 |
| commit | fb475e90a1508d16d4b87268512cf5bfd2de4695 (patch) | |
| tree | decffc20b64dbcd10f4936e9c2c5da428647879a | |
| parent | 6cdfcdf6583297b4d9186f58e5f88512da2c1790 (diff) | |
| download | bootstrap-fb475e90a1508d16d4b87268512cf5bfd2de4695.tar.xz bootstrap-fb475e90a1508d16d4b87268512cf5bfd2de4695.zip | |
Remove comment about tabindex (#29165)
| -rw-r--r-- | scss/_reboot.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index b784ad2ef..8f41fb446 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 |
