mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
style(ui): remove autofill styling (#2256)
This commit is contained in:
parent
45a7ac8d6d
commit
12eef42c9b
1 changed files with 0 additions and 7 deletions
|
@ -35,13 +35,6 @@
|
||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: var(--color-type-secondary);
|
color: var(--color-type-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Overwrite webkit auto-fill style
|
|
||||||
&:-webkit-autofill {
|
|
||||||
box-shadow: 0 0 0 30px var(--color-bg-body) inset;
|
|
||||||
-webkit-text-fill-color: var(--color-type-primary);
|
|
||||||
transition: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
|
|
Loading…
Reference in a new issue