Skip to content

Commit 3278931

Browse files
chetankhilosiyammalerba
authored andcommitted
Hide number spinner in firefox browsers. (#8731)
I have added the css for hiding the spinner appearing on input type number specific to firefox browser. Tested in Firefox 57.0 (64-bit).
1 parent eaf5e33 commit 3278931

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material-examples/form-field-prefix-suffix/form-field-prefix-suffix-example.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ input.example-right-align::-webkit-outer-spin-button,
1515
input.example-right-align::-webkit-inner-spin-button {
1616
display: none;
1717
}
18+
19+
input.example-right-align {
20+
-moz-appearance: textfield;
21+
}

0 commit comments

Comments
 (0)