Skip to content

Commit

Permalink
Docs: uniformize disabled nav links for underline nav
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored and mdo committed Feb 14, 2023
1 parent a0e8568 commit 70bad9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/navs-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Take that same HTML, but use `.nav-underline` instead:
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
<a class="nav-link disabled">Disabled</a>
</li>
</ul>
{{< /example >}}
Expand Down

0 comments on commit 70bad9b

Please sign in to comment.