UX: prevent a focus-visible outline on mobile (#28815)
This commit is contained in:
parent
61c1d35f17
commit
0332be0b34
|
@ -7,6 +7,12 @@
|
|||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
li a:focus-visible {
|
||||
outline: 0;
|
||||
}
|
||||
}
|
||||
|
||||
li > .btn,
|
||||
li > a {
|
||||
padding: 0.75em 1rem;
|
||||
|
|
Loading…
Reference in New Issue