css: Use a more strict rule to apply `selected` style to active nav items
This commit is contained in:
parent
743d5f0e05
commit
2da08ff58d
|
@ -107,7 +107,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul:not(.nav-level-2) > .selected > a {
|
#menu ul:not(.nav-level-2) > .selected > a {
|
||||||
background-color: @menu-highlight-color;
|
background-color: @menu-highlight-color;
|
||||||
color: @text-color-inverted;
|
color: @text-color-inverted;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue