mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 14:04:25 +02:00
web/FileReceiver: restore the pretty animated focus ring
This commit is contained in:
parent
0e1750e215
commit
0454b138b1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user