Skip to content

Commit

Permalink
fix: improve input browser backfilling style (#4519)
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb authored Sep 26, 2024
1 parent a72b8ac commit 8250894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@core/base/design/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8250894

Please sign in to comment.