Skip to content

Commit

Permalink
Merge pull request #1535 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix horizontal menu highlighting issue
  • Loading branch information
sbwalker authored Jul 6, 2021
2 parents a89e7c0 + 7920861 commit ddeb05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Oqtane.Client/Themes/Controls/Theme/MenuItemsHorizontal.razor
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else
{
if (childPage.PageId == PageState.Page.PageId)
{
<li class="nav-item active">
<a class="nav-link" href="@GetUrl(childPage)" target="@GetTarget(childPage)">
<li class="nav-item">
<a class="nav-link active" href="@GetUrl(childPage)" target="@GetTarget(childPage)">
<span class="@childPage.Icon" aria-hidden="true" />
@childPage.Name <span class="visually-hidden-focusable">(current)</span>
</a>
Expand Down

0 comments on commit ddeb05d

Please sign in to comment.