mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(theme): retain focus-visible on enter with screen reader
This commit is contained in:
parent
e133e8d6d2
commit
b408cdfca1
|
|
@ -241,3 +241,7 @@ html[data-navbar='false'] {
|
|||
html[data-red-border] div#__docusaurus {
|
||||
border: red solid thick;
|
||||
}
|
||||
|
||||
body:not(.navigation-with-keyboard) *:not(input):focus-visible {
|
||||
outline: auto !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue