3 lines
128 B
CSS
3 lines
128 B
CSS
/* Suppress the browser focus ring that FocusOnNavigate triggers on h1 after navigation. */
|
|
h1:focus-visible { outline: none; }
|