Skip to content

Commit

Permalink
GH-101: Navigation Bar (Fix CMS Nav Bug in Docs)
Browse files Browse the repository at this point in the history
Prevent dropdown link from being flagged as active.
  • Loading branch information
wesleyboar committed May 14, 2021
1 parent b2cec49 commit a9ec66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taccsite_cms/templates/cms_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<li class="nav-item{% if child.selected or child.ancestor %} active{% endif %}{% if child.children %} dropdown{% endif %}">
{% if child.children %}
<a
href="#"
href=""
class="nav-link dropdown-toggle dropdown-toggle-split"
data-toggle="dropdown"
aria-haspopup="true"
Expand Down

0 comments on commit a9ec66a

Please sign in to comment.