)
})
it('should trigger renderHitResults when mutation succeeds with records', async () => {
diff --git a/web/app/components/header/account-dropdown/compliance.tsx b/web/app/components/header/account-dropdown/compliance.tsx
index 1627a5a052..c048f25c1e 100644
--- a/web/app/components/header/account-dropdown/compliance.tsx
+++ b/web/app/components/header/account-dropdown/compliance.tsx
@@ -46,9 +46,10 @@ function ComplianceDocActionVisual({
return (
diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css
index cf183cad4e..f99371d180 100644
--- a/web/app/styles/globals.css
+++ b/web/app/styles/globals.css
@@ -121,10 +121,6 @@ a {
outline: none;
}
-button:focus-within {
- outline: none;
-}
-
/* @media (prefers-color-scheme: dark) {
html {
color-scheme: dark;