@@ -109,7 +109,7 @@ function focusMenuItem(index: number) {
109109 </script >
110110
111111<template >
112- <section v-if =" links.length > 0" >
112+ <section v-if =" links.length > 0" class = " px-1 " >
113113 <h2 id =" playgrounds-heading" class =" text-xs text-fg-subtle uppercase tracking-wider mb-3" >
114114 {{ $t('package.playgrounds.title') }}
115115 </h2 >
@@ -121,7 +121,7 @@ function focusMenuItem(index: number) {
121121 :href =" firstLink.url"
122122 target =" _blank"
123123 rel =" noopener noreferrer"
124- class =" w-full flex items-center gap-2 px-3 py-2 text-sm font-mono bg-bg-muted border border-border rounded-md hover:border-border-hover hover:bg-bg-elevated focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-border-hover transition-colors duration-200"
124+ class =" w-full flex items-center gap-2 px-3 py-2 text-sm font-mono bg-bg-muted border border-border rounded-md hover:border-border-hover hover:bg-bg-elevated focus-visible:outline-accent/70 transition-colors duration-200"
125125 >
126126 <span
127127 :class =" [getIcon(firstLink.provider), getColor(firstLink.provider), 'w-4 h-4 shrink-0']"
@@ -137,7 +137,7 @@ function focusMenuItem(index: number) {
137137 type =" button"
138138 aria-haspopup =" true"
139139 :aria-expanded =" isOpen"
140- class =" w-full flex items-center justify-between gap-2 px-3 py-2 text-sm font-mono bg-bg-muted border border-border rounded-md hover:border-border-hover hover:bg-bg-elevated focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-border-hover transition-colors duration-200"
140+ class =" w-full flex items-center justify-between gap-2 px-3 py-2 text-sm font-mono bg-bg-muted border border-border rounded-md hover:border-border-hover hover:bg-bg-elevated focus-visible:outline-accent/70 transition-colors duration-200"
141141 @click =" isOpen = !isOpen"
142142 @keydown =" handleKeydown"
143143 >
@@ -176,7 +176,7 @@ function focusMenuItem(index: number) {
176176 target =" _blank"
177177 rel =" noopener noreferrer"
178178 role =" menuitem"
179- class =" flex items-center gap-2 px-3 py-2 text-sm font-mono text-fg-muted hover:text-fg hover:bg-bg-muted focus-visible:outline-none focus-visible:text-fg focus-visible:bg-bg-muted transition-colors duration-150"
179+ class =" flex items-center gap-2 px-3 py-2 text-sm font-mono text-fg-muted hover:text-fg hover:bg-bg-muted focus-visible:outline-accent/70 focus-visible:text-fg focus-visible:bg-bg-muted transition-colors duration-150"
180180 @click =" closeDropdown"
181181 >
182182 <span
0 commit comments