fix: improve input browser backfilling style (#4519)

master
Vben 1 year ago committed by GitHub
parent a72b8acaf9
commit 8250894a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -82,11 +82,11 @@
@apply opacity-100;
}
input:-webkit-autofill {
/* input:-webkit-autofill {
@apply border-none;
box-shadow: 0 0 0 1000px transparent inset;
}
} */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {

Loading…
Cancel
Save