Skip to content

Commit 102b423

Browse files
committed
remove tabindex
1 parent bc1d8d3 commit 102b423

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/routes/_components/ModalSelectProject.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<dialog bind:this={dialog} on:click|self={close} aria-hidden="true">
4040
<div class="panel">
41-
<div class="close" on:click|self={close} on:keypress={close} tabindex="0" role="button">✕</div>
41+
<div class="close" on:click|self={close} on:keypress={close}>✕</div>
4242
<h4>Projects</h4>
4343

4444
<div class="nm-table-container _mgt-6">
@@ -60,7 +60,6 @@
6060
</td>
6161
<td>
6262
<div on:click={() => setProject(it.project)} on:keypress={() => setProject(it.project)}
63-
tabindex="0" role="link"
6463
class="_tdcrt-udl _cs-pt _cl-primary:hover"
6564
style="font-weight: 500">
6665
{it.name}

0 commit comments

Comments
 (0)