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; }