Skip to content

Commit 9ec76a5

Browse files
fix: constrain bookmark remove hit area
1 parent 17ce7cb commit 9ec76a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/dashboard/widgets/BookmarksWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const BookmarkRow = React.memo(function BookmarkRow({
5959
rounded-md text-muted-foreground hover:bg-destructive/10 hover:text-destructive
6060
opacity-0 group-hover:opacity-100 focus-visible:opacity-100
6161
transition-[opacity,background-color,color]
62-
after:absolute after:-inset-1.5 after:content-['']
62+
after:pointer-events-none after:absolute after:-inset-1.5 after:content-['']
6363
focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring
6464
"
6565
>

0 commit comments

Comments
 (0)