Skip to content

Commit

Permalink
Fix button focus outline in global CSS for safari based browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mazwrld committed Apr 28, 2024
1 parent b503894 commit a914cf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ svg.spinner circle {
}
}

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

.radial-gradient {
background: radial-gradient(
circle at 50% 0%,
Expand Down

0 comments on commit a914cf9

Please sign in to comment.