diff --git a/web/src/components/dialog/SmallDialog.svelte b/web/src/components/dialog/SmallDialog.svelte index ed575f9e..11d6ba3b 100644 --- a/web/src/components/dialog/SmallDialog.svelte +++ b/web/src/components/dialog/SmallDialog.svelte @@ -57,7 +57,7 @@ {/if} {#if title} -

{title}

+ {/if} {/if} @@ -189,7 +189,8 @@ -webkit-user-select: text; } - .body-text:focus-visible { + .body-text:focus-visible, + h2:focus-visible { box-shadow: none !important; }