diff --git a/web/src/components/misc/FileReceiver.svelte b/web/src/components/misc/FileReceiver.svelte index 87612faf..8c6fd72d 100644 --- a/web/src/components/misc/FileReceiver.svelte +++ b/web/src/components/misc/FileReceiver.svelte @@ -113,11 +113,16 @@ stroke-dashoffset 0.2s; } - .dragged-over .dashed-stroke :global(svg rect) { + .dragged-over .dashed-stroke :global(svg rect), + .open-file-button:focus-visible .dashed-stroke :global(svg rect) { stroke-dasharray: 20, 5; stroke-dashoffset: 8; } + .open-file-button:focus-visible .dashed-stroke :global(svg rect) { + stroke: var(--blue); + } + .open-file-container :global(.meowbalt) { z-index: 2; clip-path: inset(0px 0px 16px 0px);