From 98adee557910ec25af8da35c17823e274f1316d5 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 17 Jul 2018 12:04:10 +0200 Subject: [PATCH] Fix tooltip for More apps showing on focus Signed-off-by: Jan-Christoph Borchardt --- core/css/header.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index e218f86fa9..349b36ed51 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -490,7 +490,8 @@ nav[role='navigation'] { } li:hover span, - li:focus span { + li:focus span, + li a:focus span { display: inline-block; }