We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d4234 commit 0b2de35Copy full SHA for 0b2de35
src/stories/Library/Forms/input/input.scss
@@ -30,4 +30,16 @@
30
@extend %text-body-small-regular;
31
@extend %mt-8;
32
}
33
+
34
+ /* Chrome, Safari, Edge, Opera */
35
+ input::-webkit-outer-spin-button,
36
+ input::-webkit-inner-spin-button {
37
+ -webkit-appearance: none;
38
+ margin: 0;
39
+ }
40
41
+ /* Firefox */
42
+ input[type="number"] {
43
+ -moz-appearance: textfield;
44
45
0 commit comments