fix: suppress h1 focus ring caused by FocusOnNavigate in both Blazor apps
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<DeepDrftFontLinks />
|
||||
<link href=@Assets["_content/MudBlazor/MudBlazor.min.css"] rel="stylesheet" />
|
||||
<link rel="stylesheet" href="@Assets["DeepDrftManager.styles.css"]" />
|
||||
<link rel="stylesheet" href="app.css" />
|
||||
<link rel="stylesheet" href="@Assets["_content/DeepDrftShared.Client/styles/deepdrft-tokens.css"]" />
|
||||
<ImportMap />
|
||||
<link rel="icon" type="image/ico" href="deepdrft-logo.ico" />
|
||||
|
||||
@@ -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