mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/FileReceiver: fix focus ring
This commit is contained in:
parent
5ce4ef8366
commit
9d577f23b1
1 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue