Skip to content

Commit 52050c7

Browse files
fix: Prevents lightbulb pseudo element from blocking interactivity with underlying contents (#1345)
Set `pointer-events: none;` on problematic pseudo-element
1 parent 600361d commit 52050c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site-kit/src/lib/components/Text.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
top: 0.05em;
416416
background: var(--sk-fg-accent);
417417
mask: url(icons/lightbulb) no-repeat 0.5rem 0 / 2.6rem;
418+
pointer-events: none;
418419
}
419420
}
420421

0 commit comments

Comments
 (0)