From c506bad73921d1b728c2c2f48582b5a08427da49 Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 30 Apr 2026 20:17:54 +0200 Subject: [PATCH] feat/frontend: remove '?' cursors on tooltips --- frontend/components/item/ItemIcon.vue | 1 - frontend/components/rune/RuneIcon.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/components/item/ItemIcon.vue b/frontend/components/item/ItemIcon.vue index 2eed215..f09badb 100644 --- a/frontend/components/item/ItemIcon.vue +++ b/frontend/components/item/ItemIcon.vue @@ -124,7 +124,6 @@ const itemIconPath = computed(() => CDRAGON_BASE + mapPath(props.item.iconPath)) border-radius: 4px; border: 1px solid var(--color-on-surface); overflow: hidden; - cursor: help; position: relative; } diff --git a/frontend/components/rune/RuneIcon.vue b/frontend/components/rune/RuneIcon.vue index ac624fe..42e565c 100644 --- a/frontend/components/rune/RuneIcon.vue +++ b/frontend/components/rune/RuneIcon.vue @@ -114,7 +114,6 @@ const perkIconPath = computed(() => CDRAGON_BASE + mapPath(props.perk.iconPath)) border-radius: 50%; border: 1px solid var(--color-on-surface); overflow: hidden; - cursor: help; position: relative; }