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:
parent
e5249e2f8c
commit
e8a433d1e5
1 changed files with 2 additions and 2 deletions
|
@ -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'] {
|
||||||
|
|
Loading…
Reference in a new issue