We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae735d1 commit bea7b50Copy full SHA for bea7b50
docs/content/components/sidebar.md
@@ -44,7 +44,7 @@ Below is an sidebar example that is shown by default on desktop devices.
44
<ul class="sidebar-nav">
45
<li class="nav-title">Nav Title</li>
46
<li class="nav-item">
47
- <a class="nav-link" href="#">
+ <a class="nav-link active" href="#">
48
<i class="nav-icon cil-speedometer"></i> Nav item
49
</a>
50
</li>
@@ -186,7 +186,7 @@ Change the appearance of sidebars with the `.sidebar-dark` class.
186
187
188
189
190
191
192
0 commit comments