Skip to content

Commit

Permalink
remove focus from leaderboard rows
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 18, 2024
1 parent 1e171c1 commit 5534b68
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions webapp/src/app/home/leaderboard/leaderboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
</tr>
} @else {
@for (entry of leaderboard(); track entry.githubName) {
<tr
appTableRow
routerLink="/user/{{ entry.githubName }}"
routerLinkActive="active"
ariaCurrentWhenActive="page"
class="cursor-pointer focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-background focus:ring-offset-2"
>
<tr appTableRow routerLink="/user/{{ entry.githubName }}" routerLinkActive="active" ariaCurrentWhenActive="page" class="cursor-pointer">
<td appTableCell class="text-center">{{ entry.rank }}</td>
<td appTableCell class="py-2">
<span class="flex items-center gap-2 font-medium">
Expand Down

0 comments on commit 5534b68

Please sign in to comment.