remove native arrow buttons from input number on Firefox

This commit is contained in:
Eliot Bas 2022-10-31 11:40:16 +01:00
parent c75b0fc001
commit 777c793e1a

View File

@ -23,5 +23,5 @@
} }
.input { .input {
@apply bg-transparent px-4 w-full h-full focus:outline-none select-none pointer-events-auto; @apply [appearance:textfield] bg-transparent px-4 w-full h-full focus:outline-none select-none pointer-events-auto;
} }