0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

Merge pull request #1221 from logto-io/charles-fix-ac-text-input-autofill-styles

fix(console): text input autofill styles
This commit is contained in:
Charles Zhao 2022-06-24 10:28:57 +08:00 committed by GitHub
commit 04ba878b62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,9 +41,9 @@
// Overwrite webkit auto-fill style
&:-webkit-autofill {
box-shadow: 0 0 0 30px transparent inset;
transition: background-color 5000s ease-in-out 0s;
box-shadow: 0 0 0 30px var(--color-layer-1) inset;
-webkit-text-fill-color: var(--color-text);
caret-color: var(--color-text);
}
&[type='date'] {