Skip to content

Commit

Permalink
Fix getgrav#168 onepage menu highlight issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Oct 30, 2020
1 parent 808dabf commit bf70cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/theme/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
padding: $dropmenu-vert-padding ($dropmenu-horiz-padding + $dropmenu-child-padding) $dropmenu-vert-padding $dropmenu-horiz-padding;
display: block;

&:hover, &:focus, &.active {
&:hover, &.active {
color: $dropmenu-hover-text !important;
}

Expand Down Expand Up @@ -91,4 +91,4 @@
transform: translateY(-10px);
}
}
}
}

0 comments on commit bf70cbf

Please sign in to comment.