Fix tooltip for More apps showing on focus
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
f78db18201
commit
98adee5579
|
@ -490,7 +490,8 @@ nav[role='navigation'] {
|
|||
}
|
||||
|
||||
li:hover span,
|
||||
li:focus span {
|
||||
li:focus span,
|
||||
li a:focus span {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue