Merge pull request #1535 from sbwalker/dev
fix horizontal menu highlighting issue
This commit is contained in:
commit
ddeb05dfe2
|
@ -32,8 +32,8 @@ else
|
||||||
{
|
{
|
||||||
if (childPage.PageId == PageState.Page.PageId)
|
if (childPage.PageId == PageState.Page.PageId)
|
||||||
{
|
{
|
||||||
<li class="nav-item active">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="@GetUrl(childPage)" target="@GetTarget(childPage)">
|
<a class="nav-link active" href="@GetUrl(childPage)" target="@GetTarget(childPage)">
|
||||||
<span class="@childPage.Icon" aria-hidden="true" />
|
<span class="@childPage.Icon" aria-hidden="true" />
|
||||||
@childPage.Name <span class="visually-hidden-focusable">(current)</span>
|
@childPage.Name <span class="visually-hidden-focusable">(current)</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user