web/FileReceiver: restore the pretty animated focus ring
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user