2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Examples: add tabindex="-1" and aria-disabled="true" on disabled links

This commit is contained in:
Laussel Loïc
2019-01-15 00:29:51 +01:00
committed by Patrick H. Lauke
parent e2a6f297c0
commit 8eb8b8d3da
5 changed files with 6 additions and 6 deletions
@@ -19,7 +19,7 @@ extra_css: "starter-template.css"
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>