Fix tooltip for More apps showing on focus

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2018-07-17 12:04:10 +02:00
parent f78db18201
commit 98adee5579
No known key found for this signature in database
GPG Key ID: CBD846FC845CBE17
1 changed files with 2 additions and 1 deletions

View File

@ -490,7 +490,8 @@ nav[role='navigation'] {
}
li:hover span,
li:focus span {
li:focus span,
li a:focus span {
display: inline-block;
}