fix: suppress h1 focus ring caused by FocusOnNavigate in both Blazor apps

This commit is contained in:
daniel-c-harvey
2026-06-04 18:18:23 -04:00
parent 79591fe4e4
commit 21b7661ca8
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
h1:focus-visible { outline: none; }