fix: suppress h1 focus ring caused by FocusOnNavigate in both Blazor apps
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
|
||||
h1:focus-visible { outline: none; }
|
||||
Reference in New Issue
Block a user