fix: improve input browser backfilling style (#4519)

pull/48/MERGE
Vben 2024-09-26 22:31:20 +08:00 committed by GitHub
parent a72b8acaf9
commit 8250894a50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 {