From 59f5c0069954094f85bdd1ca3fa1b46315a0e34b Mon Sep 17 00:00:00 2001
From: Matthieu Napoli <matthieu@mnapoli.fr>
Date: Fri, 30 Jan 2015 09:43:03 +1300
Subject: [PATCH] Fixes #7091 When selecting a menu category with Tab key, a
 random block is highlighted

---
 plugins/CoreHome/stylesheets/menu.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/CoreHome/stylesheets/menu.less b/plugins/CoreHome/stylesheets/menu.less
index 88a4c4d723..703470a956 100644
--- a/plugins/CoreHome/stylesheets/menu.less
+++ b/plugins/CoreHome/stylesheets/menu.less
@@ -142,7 +142,7 @@
   width: 1px;
   position: absolute;
   overflow: hidden;
-  top: -10px;
+  top: 0;
 }
 
 
-- 
GitLab