Skip to content

Commit

Permalink
fix: avoid spinner instead of textbox in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed May 15, 2022
1 parent 19ae7ba commit cfba37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/textbox/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
}

.utrecht-textbox--numeric {
-moz-appearance: textfield; /* avoid spinner input in Firefox */
font-variant-numeric: lining-nums tabular-nums;
}

Expand Down

0 comments on commit cfba37b

Please sign in to comment.