This repository was archived by the owner on May 15, 2026. It is now read-only.
Commit 058ffc2
committed
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 #123581 parent e921f9d commit 058ffc2
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
| 875 | + | |
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
1035 | | - | |
| 1035 | + | |
1036 | 1036 | | |
1037 | 1037 | | |
1038 | 1038 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments