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

(cherry picked from commit 2da08ff58db7b065d6b6d51a3831fd62580c1635)
This commit is contained in:
Johannes Meyer 2020-11-17 14:56:25 +01:00
parent b84a219413
commit bf2b3fa375

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;