File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ const copyExecuteCommand = () => copyExecute(getFullExecuteCommand())
7070 >
7171 <button
7272 type =" button"
73- class =" px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group- hover/executecmd:opacity-100 hover: (text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible:outline-accent/70"
73+ class =" px-2 py-0.5 font-mono ms-auto text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 hover: (text-fg border-border-hover) active:scale-95 focus-visible:outline-accent/70"
7474 :aria-label =" $t('package.get_started.copy_command')"
7575 @click.stop =" copyExecuteCommand"
7676 >
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
123123 >
124124 <button
125125 type =" button"
126- class =" px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group- hover/installcmd:opacity-100 hover: (text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible: outline-accent/70 select-none "
126+ class =" px-2 py-0.5 font-mono ms-auto text-xs text-fg-muted bg-bg-subtle/80 border border-border border-solid rounded transition-colors duration-200 hover: (text-fg border-border-hover) active:scale-95 focus-visible:outline-accent/70"
127127 :aria-label =" $t('package.get_started.copy_command')"
128128 @click.stop =" copyInstallCommand"
129129 >
@@ -185,7 +185,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
185185 >
186186 <button
187187 type =" button"
188- class =" px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group- hover/runcmd:opacity-100 hover: (text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible: outline-accent/70 select-none "
188+ class =" px-2 py-0.5 font-mono ms-auto text-xs text-fg-muted bg-bg-subtle/80 border border-border border-solid rounded transition-colors duration-200 hover: (text-fg border-border-hover) active:scale-95 focus-visible:outline-accent/70"
189189 @click.stop =" copyRunCommand(executableInfo?.primaryCommand)"
190190 >
191191 {{ runCopied ? $t('common.copied') : $t('common.copy') }}
@@ -230,7 +230,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())
230230 >
231231 <button
232232 type =" button"
233- class =" px-2 py-0.5 font-mono text-xs text-fg-muted bg-bg-subtle/80 border border-border rounded transition-colors duration-200 opacity-0 group- hover/createcmd:opacity-100 hover: (text-fg border-border-hover) active:scale-95 focus-visible:opacity-100 focus-visible: outline-accent/70 select-none "
233+ class =" px-2 py-0.5 font-mono ms-auto text-xs text-fg-muted bg-bg-subtle/80 border border-border border-solid rounded transition-colors duration-200 hover: (text-fg border-border-hover) active:scale-95 focus-visible:outline-accent/70"
234234 :aria-label =" $t('package.create.copy_command')"
235235 @click.stop =" copyCreateCommand"
236236 >
You can’t perform that action at this time.
0 commit comments