Skip to content

Commit 25750b7

Browse files
committed
Added background override for menu-items
1 parent ac0b158 commit 25750b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • src/CodeBreaker.Blazor/wwwroot/css

src/CodeBreaker.Blazor/wwwroot/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,7 @@ html, body, #app {
158158
text-align: center;
159159
}
160160

161+
/* FluentUI overrides */
162+
.fluent-nav-item > .fluent-nav-link > .positioning-region:not(:hover) {
163+
background: none;
164+
}

0 commit comments

Comments
 (0)