We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31eaf2f commit a0d51e4Copy full SHA for a0d51e4
src/app/components/dashboard/ItemRow.tsx
@@ -35,7 +35,7 @@ export default function ItemRow(props: ItemRowProps) {
35
href={url()}
36
target="_blank"
37
rel="noopener noreferrer"
38
- class="absolute inset-0"
+ class="absolute inset-0 focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-inset rounded"
39
aria-label={`${props.repo} #${props.number}: ${props.title}`}
40
/>
41
)}
0 commit comments