Skip to content

Commit

Permalink
style fix for dropdowns on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sparks-alec committed Jan 15, 2022
1 parent 127dba7 commit d2edcf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ select {
font-size: 16px;
font-weight: 500;
}
select option{
/* these styles don't affect macOS but are important for Windows! */
text-align: left;
background-color: #333333;
}
input:focus,
select:focus {
outline: #fdea08 2px solid;
Expand Down

0 comments on commit d2edcf8

Please sign in to comment.