Skip to content

Commit

Permalink
Keep select fields outset
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Papel committed Dec 3, 2023
1 parent 1d6872d commit a8cb611
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ button, input, select, option, textarea, summary {
}
button, summary {
cursor: default;
border-bottom-color: black;
border-right-color: black;
background-color: var(--primary-color);
white-space: nowrap;
}
input, select, option, textarea {
button, select, summary {
border-bottom-color: black;
border-right-color: black;
}
input, option, textarea {
border-top-color: black;
border-left-color: black;
}
Expand Down

1 comment on commit a8cb611

@vercel
Copy link

@vercel vercel bot commented on a8cb611 Dec 3, 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-git-00x-main-itssammym.vercel.app
mafia-game-itssammym.vercel.app
mafia-game.vercel.app

Please sign in to comment.