Skip to content

Commit 76f363e

Browse files
committed
Initial refactor.
1 parent dd9ccfe commit 76f363e

File tree

2 files changed

+143
-209
lines changed

2 files changed

+143
-209
lines changed

webview-ui/src/components/history/CopyButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ export const CopyButton = ({ itemTask }: CopyButtonProps) => {
3030
size="icon"
3131
title={t("history:copyPrompt")}
3232
onClick={onCopy}
33-
data-testid="copy-prompt-button"
34-
className="opacity-50 hover:opacity-100">
33+
data-testid="copy-prompt-button">
3534
<span className={cn("codicon scale-80", { "codicon-check": isCopied, "codicon-copy": !isCopied })} />
3635
</Button>
3736
)

0 commit comments

Comments
 (0)