From 1ec9d7408a3a50564e6f506c0a12f3706f10c995 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 2 Jul 2021 10:52:07 +0200 Subject: [PATCH] high-contrast.less: Adjust menu adjustments --- public/css/themes/high-contrast.less | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index 93ff27f518..cdcd9f5bd9 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -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;