0
Fork 0
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:
simeng-li 2022-10-27 14:18:34 +08:00 committed by GitHub
parent 45a7ac8d6d
commit 12eef42c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,13 +35,6 @@
&::placeholder {
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 {