From 7e2636fbcae9bf0c2e5d0ddc1c9a5e1fd2e9029a Mon Sep 17 00:00:00 2001 From: cyrus Date: Wed, 28 Jan 2026 18:30:50 +0530 Subject: [PATCH] Remove all focus styling and outlines completely MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove all browser focus outlines globally with outline: none !important - Remove all custom focus rings and box shadows from components - Update global CSS to suppress all focus styling including box-shadow: none - Remove focus ring styles from Home page action buttons - Remove focus ring styles from SettingsMenuItem components - Clean interaction with no visible focus styling on any elements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .../settings/components/SettingsMenuItem.tsx | 2 +- src/index.css | 30 ++++++++++++++++--- src/pages/Home.tsx | 8 ++--- 3 files changed, 31 insertions(+), 9 deletions(-) diff --git a/src/components/settings/components/SettingsMenuItem.tsx b/src/components/settings/components/SettingsMenuItem.tsx index 950f423da..eef702cd2 100644 --- a/src/components/settings/components/SettingsMenuItem.tsx +++ b/src/components/settings/components/SettingsMenuItem.tsx @@ -31,7 +31,7 @@ const SettingsMenuItem = ({ return (