From 3543ed957c24e1a70217bf40efeebc8cb5586d5b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 4 Mar 2025 02:23:07 +0530 Subject: [PATCH] fix: remove blue auto highlight in text fields --- src/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/index.css b/src/index.css index 252b737a..194ae0bb 100644 --- a/src/index.css +++ b/src/index.css @@ -14,6 +14,19 @@ body { } +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +textarea:-webkit-autofill, +textarea:-webkit-autofill:hover, +textarea:-webkit-autofill:focus, +select:-webkit-autofill, +select:-webkit-autofill:hover, +select:-webkit-autofill:focus { + -webkit-box-shadow: 0 0 0 1000px transparent inset !important; + transition: background-color 5000s ease-in-out 0s !important; +} + html { width: 100%; height: 100%;