Skip to content

Commit

Permalink
chore: Update mobile navbar hoverstate
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Dec 20, 2024
1 parent 1439816 commit cac5077
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
padding: $spacing-sm $spacing-md;

&:hover {
color: $color-purple-70;
background-color: $color-purple-70;
text-decoration: underline;
}
}
Expand Down
5 changes: 3 additions & 2 deletions src/app/(proper_react)/(redesign)/MobileShell.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@
}

&:hover {
background-color: $color-grey-10;
color: $color-purple-70;
background-color: $color-purple-50;
color: $color-white;
text-decoration: underline;
}

// The `a` and `a:visited` violate this rule, but are safe:
Expand Down

0 comments on commit cac5077

Please sign in to comment.