1
0
Fork 0

fix(modal): enable outline for focus state (#1732)

This commit is contained in:
Sam Chen 2022-12-27 19:26:48 +08:00 committed by GitHub
parent 542e02d1cb
commit f7a8bde7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,10 +157,6 @@
display: none;
}
.DocSearch-Reset:focus {
outline: none;
}
.DocSearch-Reset:hover {
color: var(--docsearch-highlight-color);
}