Always show add-condition and delete buttons on touch devices

Use a pointer-coarse custom variant to bypass hover-dependent
visibility on devices without a precise pointer (phones, tablets).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-11 22:37:04 +01:00
parent 96a7b2d00e
commit 2ce0ff50b9
3 changed files with 4 additions and 2 deletions

View File

@@ -80,6 +80,8 @@
}
}
@custom-variant pointer-coarse (@media (pointer: coarse));
@utility animate-confirm-pulse {
animation: confirm-pulse 300ms ease-out;
}