Skip to content

Commit a0d51e4

Browse files
committed
fix(a11y): adds focus-visible ring to ItemRow overlay link
1 parent 31eaf2f commit a0d51e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/dashboard/ItemRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function ItemRow(props: ItemRowProps) {
3535
href={url()}
3636
target="_blank"
3737
rel="noopener noreferrer"
38-
class="absolute inset-0"
38+
class="absolute inset-0 focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-inset rounded"
3939
aria-label={`${props.repo} #${props.number}: ${props.title}`}
4040
/>
4141
)}

0 commit comments

Comments
 (0)