summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-07-17 12:04:10 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2018-07-20 23:19:55 +0200
commit98adee557910ec25af8da35c17823e274f1316d5 (patch)
tree995d184d6082954370e55654bf4ecff3297b1567
parentf78db1820138df0a097399f088057c1b0682ec98 (diff)
downloadnextcloud-server-98adee557910ec25af8da35c17823e274f1316d5.tar.gz
nextcloud-server-98adee557910ec25af8da35c17823e274f1316d5.zip
Fix tooltip for More apps showing on focus
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--core/css/header.scss3
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;
}