From 1f8ce3e24e4c6b3b27d06195b16c8df23f639071 Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Tue, 29 Sep 2020 16:25:29 +0200 Subject: [PATCH] Fixed menu active --- stylesheets/components/_menu.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/components/_menu.less b/stylesheets/components/_menu.less index 588309c..ee3dfdc 100644 --- a/stylesheets/components/_menu.less +++ b/stylesheets/components/_menu.less @@ -38,7 +38,8 @@ nav ul a { background-color: @theme-color-background-base; &:hover, - &:active { + &:active, + &:focus { background-color: @theme-color-background-base; outline: none; border-bottom: 1px solid @theme-color-header-text;