css: Use a more strict rule to apply `selected` style to active nav items

This commit is contained in:
Johannes Meyer 2020-11-17 14:56:25 +01:00
parent 743d5f0e05
commit 2da08ff58d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
}
}
ul:not(.nav-level-2) > .selected > a {
#menu ul:not(.nav-level-2) > .selected > a {
background-color: @menu-highlight-color;
color: @text-color-inverted;