high-contrast.less: Adjust menu adjustments

This commit is contained in:
Johannes Meyer 2021-07-02 10:52:07 +02:00
parent bf78da01c9
commit 1ec9d7408a

View File

@ -17,9 +17,11 @@
@text-color-light: #555555;
@menu-highlight-color: white;
@menu-highlight-hover-bg-color: white;
@menu-2ndlvl-color: white;
@menu-2ndlvl-highlight-color: white;
@menu-2ndlvl-active-hover-color: @text-color;
@menu-2ndlvl-active-bg-color: black;
@menu-2ndlvl-active-hover-color: white;
#menu ul.nav-level-1 > .nav-item > a {
&:focus, &:hover {
@ -27,14 +29,6 @@
}
}
#menu .nav-level-2 > .nav-item.active {
background-color: black;
> a:focus, > a:hover {
opacity: 1;
}
}
#menu .nav-level-2 > .nav-item > a {
&:hover, &:focus {
text-decoration: underline;