Skip to content

Commit

Permalink
fix: dropdown menu hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
pataruco committed Dec 10, 2024
1 parent 7c178d1 commit 389b33a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/src/components/header/locale-selector.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,14 @@
background-position-y: var(--spacing-3);
background-repeat: no-repeat;
background-size: var(--spacing-5);
background-color: var(--background-primary);

&:hover {
background-color: var(--navy-50);
}

&:active {
background-color: var(--navy-100);
}
}
}

0 comments on commit 389b33a

Please sign in to comment.