From 92f697e195dbe1a4cbec61fe9c460d6e21e2bbaa Mon Sep 17 00:00:00 2001 From: isaiahmartin847 Date: Mon, 27 Jan 2025 12:26:22 -0700 Subject: [PATCH] I removed the hover opacity on the 'copy secret name' icon so the icon is always visible instead of appearing only on hover. I believe this will make it more noticeable to users. As a user myself, I didn't realize it was possible to copy a secret name until I accidentally hovered over it. --- .../components/SecretOverviewTableRow/SecretRenameRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/secret-manager/OverviewPage/components/SecretOverviewTableRow/SecretRenameRow.tsx b/frontend/src/pages/secret-manager/OverviewPage/components/SecretOverviewTableRow/SecretRenameRow.tsx index e0980e9a6..ae1916b86 100644 --- a/frontend/src/pages/secret-manager/OverviewPage/components/SecretOverviewTableRow/SecretRenameRow.tsx +++ b/frontend/src/pages/secret-manager/OverviewPage/components/SecretOverviewTableRow/SecretRenameRow.tsx @@ -195,7 +195,7 @@ function SecretRenameRow({ environments, getSecretByKey, secretKey, secretPath } ariaLabel="copy-value" variant="plain" size="sm" - className="p-0 opacity-0 group-hover:opacity-100" + className="p-0 opacity-100" onClick={copyTokenToClipboard} >