From 058ffc2ba024b9f4e506d661b45ea25d723de1e1 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Wed, 13 May 2026 08:53:44 +0000 Subject: [PATCH] feat: enhance subtask button visibility with prominent link styling Make the "View task" / "Go to subtask" buttons in ChatRow more visually prominent by using the VSCode link color with a subtle background, replacing the previous muted description foreground color that was barely visible. Changes: - ChatRow.tsx: Updated both "Go to subtask" buttons (newTask tool and subtask_result) to use text-vscode-textLink-foreground with a bg-vscode-textLink-foreground/10 background, font-medium weight, padding, and rounded corners for a button-like appearance - index.css: Added --color-vscode-textLink-activeForeground CSS variable for hover state support Addresses #12358 --- webview-ui/src/components/chat/ChatRow.tsx | 4 ++-- webview-ui/src/index.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 2fd3a274f6..dc514230fa 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -872,7 +872,7 @@ export const ChatRowContent = ({
{childTaskId && !isFollowedBySubtaskResult && (