Improve keyboard navigation

This commit is contained in:
Geomitron
2024-07-10 23:25:01 -05:00
parent 0c8b20c3e9
commit c698e6bb63
3 changed files with 5 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
<tr
app-result-table-row
(click)="onRowClicked(song)"
(rowFocused)="onRowClicked(song)"
[class.!bg-neutral]="activeSong === song"
[class.!text-neutral-content]="activeSong === song"
[song]="song"></tr>