Merge branch 'focus-ring-fix' into dev

This commit is contained in:
daniel-c-harvey
2026-06-04 18:22:31 -04:00
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -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" />
+2
View File
@@ -0,0 +1,2 @@
/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
h1:focus-visible { outline: none; }
@@ -77,6 +77,9 @@ h1, .deepdrft-text-hero {
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
h1:focus-visible { outline: none; }
/* Headers */
h2, h3, h4, h5, h6,
.deepdrft-text-subtitle {