From 402465276c1a27f76a731004ce8ef8ec61ac854f Mon Sep 17 00:00:00 2001 From: Silke Pisulla Date: Wed, 22 Mar 2017 14:08:28 +0100 Subject: [PATCH] SPR-908: wrong hover menu-toggle --- css/area_header.less | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/css/area_header.less b/css/area_header.less index ae62baa..82c0e7f 100755 --- a/css/area_header.less +++ b/css/area_header.less @@ -127,6 +127,7 @@ background-color: #fff; border: 1px solid @color-border; border-radius: @border-radius; + color: @color-nav; font-size: 1rem; text-align: center; text-decoration: none; @@ -137,13 +138,14 @@ font-size: 1.5rem; margin: .1rem 0 0; } - } - &:hover, - &:active, - &:focus { - background-color: @button_color; - border-color: @button_background; + &:hover, + &:active, + &:focus { + background-color: @color-nav-hover-bg; + border-color: @color-nav-hover; + color: @color-nav-hover; + } } } }