@@ -11,7 +11,7 @@ defineProps<{
1111 <h2 id =" provenance-heading" class =" group text-xs text-fg-subtle uppercase tracking-wider mb-3" >
1212 <a
1313 href =" #provenance"
14- class =" inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline"
14+ class =" inline-flex items-center gap-1.5 text-fg-subtle hover:text-fg-muted transition-colors duration-200 no-underline rounded-sm focus-visible:(outline-2 outline-accent outline-offset-2) "
1515 >
1616 {{ $t('package.provenance_section.title') }}
1717 <span
@@ -40,7 +40,7 @@ defineProps<{
4040 :href =" details.buildSummaryUrl"
4141 target =" _blank"
4242 rel =" noopener noreferrer"
43- class =" link text-sm text-fg-muted inline-flex"
43+ class =" link text-sm text-fg-muted inline-flex rounded-sm focus-visible:(outline-2 outline-accent outline-offset-2) "
4444 >
4545 {{ $t('package.provenance_section.view_build_summary') }}
4646 </a >
@@ -56,7 +56,7 @@ defineProps<{
5656 :href =" details.sourceCommitUrl"
5757 target =" _blank"
5858 rel =" noopener noreferrer"
59- class =" link font-mono text-sm block min-w-0 truncate"
59+ class =" link font-mono text-sm block min-w-0 truncate rounded-sm focus-visible:(outline-2 outline-accent outline-offset-2) "
6060 :title =" details.sourceCommitSha ?? details.sourceCommitUrl"
6161 >
6262 {{
@@ -77,7 +77,7 @@ defineProps<{
7777 :href =" details.buildFileUrl"
7878 target =" _blank"
7979 rel =" noopener noreferrer"
80- class =" link font-mono text-sm block min-w-0 break-words"
80+ class =" link font-mono text-sm block min-w-0 break-words rounded-sm focus-visible:(outline-2 outline-accent outline-offset-2) "
8181 :title =" details.buildFilePath ?? details.buildFileUrl"
8282 >
8383 {{ details.buildFilePath ?? details.buildFileUrl }}
@@ -94,7 +94,7 @@ defineProps<{
9494 :href =" details.publicLedgerUrl"
9595 target =" _blank"
9696 rel =" noopener noreferrer"
97- class =" link text-sm inline-flex"
97+ class =" link text-sm inline-flex rounded-sm focus-visible:(outline-2 outline-accent outline-offset-2) "
9898 >
9999 {{ $t('package.provenance_section.transparency_log_entry') }}
100100 </a >
0 commit comments