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:
parent
e71cf7ea67
commit
0f5491b392
2 changed files with 377 additions and 370 deletions
|
@ -37,6 +37,13 @@
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: var(--color-caption);
|
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 {
|
&.disabled {
|
||||||
|
|
740
pnpm-lock.yaml
740
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue