Skip to content

Commit

Permalink
Hovered menu list links don't get backgrounds
Browse files Browse the repository at this point in the history
For some reason, they used to have one, but only when hovered, that is
the same as the background color of the menu list background.
So it's nominally useless, but we've moved some stuff around and now
the "nothing" conflicts with something. This removes it.
  • Loading branch information
BobChao87 committed Dec 28, 2021
1 parent 228e090 commit 6decf1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ a {

&:hover {
color: theme.$link-hover !important;

.menu-list & {
background-color: inherit;
}
}
}

Expand Down

0 comments on commit 6decf1d

Please sign in to comment.