From 2a4fdd12d7a951108c59fa858933055c26f43bff Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 22 Nov 2017 11:37:05 +0100 Subject: [PATCH] Fix highlight style for active menu items --- public/css/icinga/menu.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index c1abaa822..f3c42eecc 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -79,7 +79,7 @@ // Balance icon weight for non active menu items &:not(.active) > a > i { - opacity: 0.8 + opacity: .8; } } @@ -106,7 +106,7 @@ > a { &:focus, &:hover { - font-weight: @font-weight-bold; + opacity: .6; } } } @@ -232,7 +232,7 @@ &:focus, &:hover { background-color: @menu-highlight-color; - font-weight: @font-weight-bold; + opacity: .6; } }