Skip to content

Commit

Permalink
Fix #1169 by not setting background on selected active link
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Dec 20, 2023
1 parent f8bcaf1 commit 80d4e0a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Core/Components/NavMenu/FluentNavMenu.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
background: var(--neutral-fill-secondary-rest);
}

::deep .fluent-nav-item a.active {
background: var(--neutral-fill-secondary-rest);
}

/* Active item indicator */
::deep .fluent-nav-item a.active .positioning-region::before {
content: "";
Expand Down

0 comments on commit 80d4e0a

Please sign in to comment.