menu: Remove hover effect from active nav elements

refs #4564
This commit is contained in:
Florian Strohmaier 2021-10-28 18:20:48 +02:00
parent a6052c3608
commit 5667924740
1 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,6 @@
.var(background-color, menu-highlight-color);
.var(color, text-color-inverted);
&:hover,
&:focus {
.var(background-color, menu-highlight-hover-bg-color);
}
@ -173,7 +172,7 @@
.var(color, menu-2ndlvl-active-color);
.var(background-color, menu-2ndlvl-active-bg-color);
&:hover, &:focus {
&:focus {
&:first-of-type,
&:first-of-type ~ a {
.var(color, menu-2ndlvl-active-hover-color);