Skip to content

Commit

Permalink
fix: reset spin buttons in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 19, 2024
1 parent 330352e commit 6046732
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ResetNative.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ summary {
}

/* Ref [Z]: Remove spinning buttons in number fields. */
input[type=number] {
-moz-appearance: textfield;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
display: none;
Expand Down

0 comments on commit 6046732

Please sign in to comment.