Browse Source

fix: improve input browser backfilling style (#4519)

pull/4521/head
Vben 1 year ago
committed by GitHub
parent
commit
8250894a50
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      packages/@core/base/design/src/css/global.css

4
packages/@core/base/design/src/css/global.css

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