Description
This PR suggests to uniformize the markup of the disabled .nav-link
within .nav-underline
with all the other disabled .nav-link
s in this page (and more globally in our docs).
We use everywhere <a class="nav-link disabled">Disabled</a>
and <a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
was introduced only in this example.
Motivation & Context
Consistency
Type of changes
-
Enhancement
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint
) -
My change introduces changes to the documentation -
I have updated the documentation accordingly - (N/A) I have added tests to cover my changes
-
All new and existing tests passed