mirror of
https://github.com/imputnet/cobalt.git
synced 2025-01-28 01:08:26 +00:00
web/ProcessingStatus: fix button focus ring
This commit is contained in:
parent
4f2c19b680
commit
c5e7b29c6c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue