mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Prevent duplicate increment/decrement buttons in Firefox (#9523)
Fixes #9516
This commit is contained in:
parent
305e3ceb2e
commit
a301ce92d8
@ -114,6 +114,12 @@
|
|||||||
border: 1px solid $orange;
|
border: 1px solid $orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="number"] {
|
||||||
|
-webkit-appearance: textfield;
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="number"]::-webkit-inner-spin-button {
|
input[type="number"]::-webkit-inner-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user