We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1d8d3 commit 102b423Copy full SHA for 102b423
src/routes/_components/ModalSelectProject.svelte
@@ -38,7 +38,7 @@
38
39
<dialog bind:this={dialog} on:click|self={close} aria-hidden="true">
40
<div class="panel">
41
- <div class="close" on:click|self={close} on:keypress={close} tabindex="0" role="button">✕</div>
+ <div class="close" on:click|self={close} on:keypress={close}>✕</div>
42
<h4>Projects</h4>
43
44
<div class="nm-table-container _mgt-6">
@@ -60,7 +60,6 @@
60
</td>
61
<td>
62
<div on:click={() => setProject(it.project)} on:keypress={() => setProject(it.project)}
63
- tabindex="0" role="link"
64
class="_tdcrt-udl _cs-pt _cl-primary:hover"
65
style="font-weight: 500">
66
{it.name}
0 commit comments