Skip to content

Commit 161610e

Browse files
committed
chore: clean-up
1 parent ae41bc3 commit 161610e

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/content/components/navs-tabs.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -153,29 +153,6 @@ Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabb
153153
</ul>
154154
{{< /example >}}
155155

156-
### Underline
157-
158-
<span class="badge bg-danger">Available in CoreUI PRO</span>
159-
160-
Takes the basic nav from above and adds the `.nav-underline` class to generate links with an underline. Use them to create tabbable regions with our [tab JavaScript plugin](#javascript-behavior).
161-
162-
{{< example >}}
163-
<ul class="nav nav-underline">
164-
<li class="nav-item">
165-
<a class="nav-link active" aria-current="page" href="#">Active</a>
166-
</li>
167-
<li class="nav-item">
168-
<a class="nav-link" href="#">Link</a>
169-
</li>
170-
<li class="nav-item">
171-
<a class="nav-link" href="#">Link</a>
172-
</li>
173-
<li class="nav-item">
174-
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
175-
</li>
176-
</ul>
177-
{{< /example >}}
178-
179156
### Pills
180157

181158
Take that same HTML, but use `.nav-pills` instead:

0 commit comments

Comments
 (0)