diff --git a/web/src/app.css b/web/src/app.css index 4435b255d2..490095c477 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -153,10 +153,12 @@ background-color: black; } - input:focus-visible { + /* Removed global input:focus-visible override to ensure consistent, + accessible focus outlines across all pages (fixes #19498). */ + /* input:focus-visible { outline-offset: 0px !important; outline: none !important; - } + } */ .text-white-shadow { text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);