From eb0b092d178e735c3414f4a5a07d2228dbf43c99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?=
 <sascha.issbruecker@gmail.com>
Date: Fri, 22 Mar 2024 23:55:46 +0100
Subject: [PATCH] Disable pointer-events on bookmark tooltip

---
 bookmarks/styles/bookmark-page.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bookmarks/styles/bookmark-page.scss b/bookmarks/styles/bookmark-page.scss
index 983b4281..c0909cf5 100644
--- a/bookmarks/styles/bookmark-page.scss
+++ b/bookmarks/styles/bookmark-page.scss
@@ -153,6 +153,7 @@ li[ld-bookmark-item] {
       font-size: $font-size-sm;
       font-style: normal;
       white-space: normal;
+      pointer-events: none;
       animation: 0.3s ease 0s appear;
     }
   }