web/ProcessingStatus: fix button focus ring

This commit is contained in:
wukko 2025-01-26 02:13:09 +06:00
parent 4f2c19b680
commit c5e7b29c6c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -48,6 +48,10 @@
transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
}
#processing-status:focus-visible {
box-shadow: 0 0 0 2px var(--white) !important;
}
#processing-status:active {
transform: scale(0.9);
}