feat/frontend: remove '?' cursors on tooltips
All checks were successful
pipeline / lint-and-format (push) Successful in 4m29s
pipeline / build-and-push-images (push) Successful in 1m33s

This commit is contained in:
2026-04-30 20:17:54 +02:00
parent a0e2915c3d
commit c506bad739
2 changed files with 0 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ const itemIconPath = computed(() => CDRAGON_BASE + mapPath(props.item.iconPath))
border-radius: 4px; border-radius: 4px;
border: 1px solid var(--color-on-surface); border: 1px solid var(--color-on-surface);
overflow: hidden; overflow: hidden;
cursor: help;
position: relative; position: relative;
} }

View File

@@ -114,7 +114,6 @@ const perkIconPath = computed(() => CDRAGON_BASE + mapPath(props.perk.iconPath))
border-radius: 50%; border-radius: 50%;
border: 1px solid var(--color-on-surface); border: 1px solid var(--color-on-surface);
overflow: hidden; overflow: hidden;
cursor: help;
position: relative; position: relative;
} }