Merge pull request #4557 from RoyRao2333/dev/no-fucos-outline

chore: No outline when element is in `:focus-visible` state
This commit is contained in:
DeanYao 2024-04-25 12:58:19 +08:00 committed by GitHub
commit 69642fba52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,7 @@
@include dark;
}
}
html {
height: var(--full-height);
@ -110,6 +111,10 @@ body {
@media only screen and (max-width: 600px) {
background-color: var(--second);
}
*:focus-visible {
outline: none;
}
}
::-webkit-scrollbar {