From da8d720dc46ef1a6944ed9c2f425195e142a84c9 Mon Sep 17 00:00:00 2001 From: Athou Date: Sat, 21 Feb 2026 22:58:49 +0100 Subject: [PATCH] don't show a pointer on hover --- commafeed-client/src/components/sidebar/UnreadCount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commafeed-client/src/components/sidebar/UnreadCount.tsx b/commafeed-client/src/components/sidebar/UnreadCount.tsx index 22729c95..c138dae0 100644 --- a/commafeed-client/src/components/sidebar/UnreadCount.tsx +++ b/commafeed-client/src/components/sidebar/UnreadCount.tsx @@ -6,7 +6,7 @@ const useStyles = tss.create(() => ({ badge: { width: "3.2rem", // for some reason, mantine Badge has "cursor: 'default'" - cursor: "pointer", + cursor: "inherit", }, }))