Skip to content

Commit

Permalink
Add white background to nav items on hover (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel authored Sep 3, 2024
2 parents 77ddf10 + 48c8cd1 commit 040bcc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/ui-components/src/header/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
color: var(--color-primary-blue);
}

.navLabel:hover,
.itemLabel:hover {
color: var(--color-highlight, #ff6b6b);
}
Expand Down Expand Up @@ -175,9 +176,9 @@
padding: var(--space-M, 20px);
}

/* .navItem:hover {
.navItem:hover {
background: white;
} */
}

.navItem .highlightBtn {
height: auto;
Expand Down

0 comments on commit 040bcc8

Please sign in to comment.