mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-29 04:50:13 +02:00
web/FileReceiver: fix focus ring
This commit is contained in:
parent
5ce4ef8366
commit
9d577f23b1
@ -113,11 +113,16 @@
|
|||||||
stroke-dashoffset 0.2s;
|
stroke-dashoffset 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dragged-over .dashed-stroke :global(svg rect) {
|
.dragged-over .dashed-stroke :global(svg rect),
|
||||||
|
.open-file-button:focus-visible .dashed-stroke :global(svg rect) {
|
||||||
stroke-dasharray: 20, 5;
|
stroke-dasharray: 20, 5;
|
||||||
stroke-dashoffset: 8;
|
stroke-dashoffset: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.open-file-button:focus-visible .dashed-stroke :global(svg rect) {
|
||||||
|
stroke: var(--blue);
|
||||||
|
}
|
||||||
|
|
||||||
.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