Skip to content

Commit

Permalink
Merge pull request #4557 from RoyRao2333/dev/no-fucos-outline
Browse files Browse the repository at this point in the history
chore: No outline when element is in `:focus-visible` state
  • Loading branch information
Dean-YZG committed Apr 25, 2024
2 parents 7d647c9 + 1cd0beb commit 69642fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
@include dark;
}
}

html {
height: var(--full-height);

Expand All @@ -110,6 +111,10 @@ body {
@media only screen and (max-width: 600px) {
background-color: var(--second);
}

*:focus-visible {
outline: none;
}
}

::-webkit-scrollbar {
Expand Down

0 comments on commit 69642fb

Please sign in to comment.