Skip to content

Commit

Permalink
moved -moz-appearance:textfield styling to the right place (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongmiao-wu authored Jan 31, 2025
1 parent b04dd36 commit 3b393f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ body {

input::-webkit-inner-spin-button {
-webkit-appearance: none;
}

input[type="number"] {
-moz-appearance: textfield;
}

Expand Down

0 comments on commit 3b393f5

Please sign in to comment.