0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

fix(console): prevent autofill background color (#749)

prevent autofill background color
This commit is contained in:
simeng-li 2022-05-07 11:43:31 +08:00 committed by GitHub
parent e71cf7ea67
commit 0f5491b392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 377 additions and 370 deletions

View file

@ -37,6 +37,13 @@
&::placeholder {
color: var(--color-caption);
}
// Overwrite webkit auto-fill style
&:-webkit-autofill {
box-shadow: 0 0 0 30px var(--color-control-background) inset;
transition: background-color 5000s ease-in-out 0s;
-webkit-text-fill-color: var(--color-text);
}
}
&.disabled {

File diff suppressed because it is too large Load diff