UX: prevent a focus-visible outline on mobile (#28815)

This commit is contained in:
chapoi 2024-09-10 07:19:22 +02:00 committed by GitHub
parent 61c1d35f17
commit 0332be0b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@
padding-top: 0.25em;
}
.dropdown-menu {
li a:focus-visible {
outline: 0;
}
}
li > .btn,
li > a {
padding: 0.75em 1rem;