Skip to content

Commit

Permalink
Homogenize focus styles chrome-firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 5, 2023
1 parent 7fda8c2 commit 94456b9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ button, input, select, option, textarea, summary {
font-size: 1rem;
padding: 0.13rem 0.25rem;
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
option:focus-visible,
textarea:focus-visible,
summary:focus-visible {
outline: white solid .13rem;
}

button, summary {
cursor: default;
background-color: var(--primary-color);
Expand Down

1 comment on commit 94456b9

@vercel
Copy link

@vercel vercel bot commented on 94456b9 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mafia-game – ./

mafia-game-itssammym.vercel.app
mafia-game.vercel.app
mafia-game-git-00x-main-itssammym.vercel.app

Please sign in to comment.