From 599df3254d975690370e79ffeb02f9dde13e9283 Mon Sep 17 00:00:00 2001 From: Devesh S Date: Thu, 23 Jul 2026 21:59:38 +0530 Subject: [PATCH] ui: preserve input border radius and remove inner shaded gradient on focus --- src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.css b/src/index.css index dc0e58c..c5a32cf 100644 --- a/src/index.css +++ b/src/index.css @@ -84,7 +84,6 @@ h1, h2, h3, h4, h5, h6 { :focus-visible { outline: 2px solid #F97316; outline-offset: 2px; - border-radius: 4px; } /* Animations */ @@ -305,6 +304,5 @@ h1, h2, h3, h4, h5, h6 { .verified-focus-input:focus { outline: none !important; border-color: #F97316 !important; - background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFF7ED 100%) !important; box-shadow: none !important; }