feat(dashboard): keyboard navigation

This commit is contained in:
2026-05-31 16:29:15 +02:00
parent 432d758b90
commit f8de7e626b
2 changed files with 47 additions and 1 deletions

View File

@@ -288,6 +288,10 @@ body {
transition: transform 0.15s ease, border-color 0.2s ease;
touch-action: manipulation;
}
.card.selected {
border-color: #6c8af5;
box-shadow: 0 0 0 1px rgba(108,138,245,0.25) inset;
}
.card:active { transform: scale(0.985); }
.card.confirmed { border-left: 4px solid #3a7d3a; }
.card.rejected { border-left: 4px solid #8a3a3a; }