feat(dashboard): keyboard navigation
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user