diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index 93ff27f51..cdcd9f5bd 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;