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:
committed by
Patrick H. Lauke
parent
e2a6f297c0
commit
8eb8b8d3da
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user