ui: add hover:cursor-pointer utility to interactive buttons across components

This commit is contained in:
2026-07-17 01:22:07 +01:00
parent 2d78ce0340
commit 641b2b7a22
3 changed files with 6 additions and 6 deletions
@@ -11,7 +11,7 @@
<div class="bg-surface rounded-xl overflow-hidden shadow-lg border border-border-subtle">
<div class="px-6 py-4 border-b border-border-subtle flex justify-between items-center">
<h3 class="text-lg font-medium text-heading">All Findings ({{ findings.length }})</h3>
<button @click="loadFindings" class="text-body hover:text-heading transition-colors">Refresh</button>
<button @click="loadFindings" class="text-body hover:text-heading transition-colors hover:cursor-pointer">Refresh</button>
</div>
<div class="overflow-x-auto">