web/FileReceiver: fix focus ring

This commit is contained in:
wukko 2024-08-15 12:58:26 +06:00
parent 5ce4ef8366
commit 9d577f23b1
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -113,11 +113,16 @@
stroke-dashoffset 0.2s; 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-dasharray: 20, 5;
stroke-dashoffset: 8; stroke-dashoffset: 8;
} }
.open-file-button:focus-visible .dashed-stroke :global(svg rect) {
stroke: var(--blue);
}
.open-file-container :global(.meowbalt) { .open-file-container :global(.meowbalt) {
z-index: 2; z-index: 2;
clip-path: inset(0px 0px 16px 0px); clip-path: inset(0px 0px 16px 0px);