From e29bfbf5e08c6afe181d32a9fa558fe94fe53d13 Mon Sep 17 00:00:00 2001 From: Adithya Krishna Date: Fri, 15 Mar 2024 09:19:47 +0530 Subject: [PATCH] chore: updated focus custom css Signed-off-by: Adithya Krishna --- packages/ui/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/styles/theme.css b/packages/ui/styles/theme.css index cba2bf56b..f93e84220 100644 --- a/packages/ui/styles/theme.css +++ b/packages/ui/styles/theme.css @@ -139,7 +139,7 @@ filter: invert(100%) hue-rotate(180deg); } -// Custom class to over +/* Custom class to override the corner focus ring */ .no-hover-focus { outline: none !important; box-shadow: none !important;