mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +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;
|
transition: box-shadow 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.open-file-button:not(:focus-visible) {
|
.open-file-button {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -132,6 +132,10 @@
|
|||||||
stroke: var(--blue);
|
stroke: var(--blue);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.open-file-button:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
|
||||||
.open-file-container :global(.meowbalt) {
|
.open-file-container :global(.meowbalt) {
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
clip-path: inset(0px 0px 16px 0px);
|
clip-path: inset(0px 0px 16px 0px);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user