From 12eef42c9b03e3ae207dcdec5c8224489f8aac07 Mon Sep 17 00:00:00 2001 From: simeng-li Date: Thu, 27 Oct 2022 14:18:34 +0800 Subject: [PATCH] style(ui): remove autofill styling (#2256) --- packages/ui/src/components/Input/index.module.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/ui/src/components/Input/index.module.scss b/packages/ui/src/components/Input/index.module.scss index 44fa9c63e..7e8d1db7f 100644 --- a/packages/ui/src/components/Input/index.module.scss +++ b/packages/ui/src/components/Input/index.module.scss @@ -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 {