Skip to content

Agents: Adjust padding and border radius for harness dropdown button#312359

Merged
mrleemurray merged 2 commits intomainfrom
mrleemurray/different-harlequin-macaw
Apr 24, 2026
Merged

Agents: Adjust padding and border radius for harness dropdown button#312359
mrleemurray merged 2 commits intomainfrom
mrleemurray/different-harlequin-macaw

Conversation

@mrleemurray
Copy link
Copy Markdown
Contributor

Refine the styling of the harness dropdown button by adjusting its padding and border radius for improved appearance.

Copilot AI review requested due to automatic review settings April 24, 2026 14:42
@mrleemurray mrleemurray enabled auto-merge (squash) April 24, 2026 14:42
@mrleemurray mrleemurray self-assigned this Apr 24, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refines the visual styling of the AI Customization “harness” dropdown button within the AI customization management editor UI.

Changes:

  • Adjusts the harness dropdown button padding.
  • Updates the harness dropdown button border radius.
  • Tweaks hover styling behavior for the button.
Comments suppressed due to low confidence (1)

src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css:218

  • .harness-dropdown-button uses color: var(--vscode-dropdown-foreground) but no longer sets background in its default state. In many themes --vscode-dropdown-foreground is chosen to contrast specifically with --vscode-dropdown-background, so rendering it on the sidebar background can reduce contrast/legibility. Consider restoring the default background: var(--vscode-dropdown-background) (or switching to a more appropriate foreground token for a transparent background).
.ai-customization-management-editor .harness-dropdown-button {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	padding: 3px 6px;
	border: 1px solid var(--vscode-dropdown-border, transparent);
	border-radius: 6px;
	color: var(--vscode-dropdown-foreground);
	cursor: pointer;
	font-size: 12px;
	text-align: left;
}

…CustomizationManagement.css

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mrleemurray mrleemurray merged commit 4da0963 into main Apr 24, 2026
26 checks passed
@mrleemurray mrleemurray deleted the mrleemurray/different-harlequin-macaw branch April 24, 2026 15:36
@vs-code-engineering vs-code-engineering Bot added this to the 1.118.0 milestone Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants