0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

fix(console): text input autofill styles

This commit is contained in:
Charles Zhao 2022-06-23 17:59:48 +08:00
parent e5249e2f8c
commit e8a433d1e5
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

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