Skip to content

Commit 5aca37f

Browse files
committed
style: avoid opening the popup to display a blue bar
1 parent adf7000 commit 5aca37f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ext/action-popup/Components/PopupItem.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
export let request = false;
1010
</script>
1111

12+
<!-- svelte-ignore a11y-interactive-supports-focus -->
1213
<div
1314
class="item {enabled ? 'enabled' : 'disabled'} {background ?? ''}"
1415
on:click
1516
on:keypress
1617
role="button"
17-
tabindex="0"
1818
>
1919
<span></span>
2020
<div class="truncate">{name}</div>

0 commit comments

Comments
 (0)