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