web/ProcessingQueue: fix clear button focus ring & fix tab nav

This commit is contained in:
wukko 2025-05-19 21:09:31 +06:00
parent 46c5e2e2b5
commit b12a1e02a8
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -141,6 +141,11 @@
box-shadow: none;
text-align: left;
border-radius: 3px;
outline-offset: 5px;
}
#processing-queue:not(.expanded) .header-buttons button {
pointer-events: none;
}
.header-buttons button :global(svg) {