fix: suppress h1 focus ring caused by FocusOnNavigate in both Blazor apps
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user