TimeInput: hide number input spin box on Firefox
This commit is contained in:
@@ -335,6 +335,7 @@
|
||||
|
||||
:global(.time-input) {
|
||||
@apply h-16 w-24 text-center text-xl;
|
||||
-moz-appearance: textfield;
|
||||
|
||||
&:focus::placeholder {
|
||||
@apply text-transparent;
|
||||
@@ -342,7 +343,7 @@
|
||||
|
||||
&::-webkit-inner-spin-button,
|
||||
&::-webkit-outer-spin-button {
|
||||
@apply appearance-none;
|
||||
@apply m-0 appearance-none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user