diff options
-rw-r--r-- | core/css/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index e218f86fa9b..349b36ed516 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; } |