web/FileReceiver: restore the pretty animated focus ring

This commit is contained in:
wukko 2025-04-27 20:36:14 +06:00
parent 0e1750e215
commit 0454b138b1
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -81,7 +81,7 @@
transition: box-shadow 0.2s;
}
.open-file-button:not(:focus-visible) {
.open-file-button {
box-shadow: none;
}
@ -132,6 +132,10 @@
stroke: var(--blue);
}
.open-file-button:focus-visible {
outline: none;
}
.open-file-container :global(.meowbalt) {
z-index: 2;
clip-path: inset(0px 0px 16px 0px);