Skip to content

Polish action widget styling#296074

Merged
daviddossett merged 3 commits intomainfrom
ddossett/action-widget-styling
Feb 18, 2026
Merged

Polish action widget styling#296074
daviddossett merged 3 commits intomainfrom
ddossett/action-widget-styling

Conversation

@daviddossett
Copy link
Collaborator

Summary

Polishes the action widget (used by the model picker dropdown and other action lists) styling:

  • Hover-style focus highlight: Use list.hoverBackground/list.hoverForeground instead of list.activeSelectionBackground/list.activeSelectionForeground for focused items, giving a subtler highlight consistent with hover states in other list widgets
  • Description text: Use descriptionForeground color variable instead of opacity: 0.7, and reduce font size to 12px
  • Border radius: Use CSS corner radius variables instead of hardcoded values

- Use list hover colors instead of active selection for focused items
- Use descriptionForeground and 12px font for description text
- Update border radius to use CSS variables
Copilot AI review requested due to automatic review settings February 18, 2026 19:01
@daviddossett daviddossett marked this pull request as ready for review February 18, 2026 19:02
@daviddossett daviddossett marked this pull request as draft February 18, 2026 19:02
Copy link
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

This PR polishes the styling of the shared action widget used across the workbench (e.g., model picker dropdowns and other action lists), aiming for more consistent theming and subtler focus/description presentation.

Changes:

  • Switch focused item styling to use hover colors (list.hoverBackground/list.hoverForeground) instead of active selection colors.
  • Restyle description text to use descriptionForeground and reduce its font size.
  • Replace hardcoded border radii with --vscode-cornerRadius-* variables.

@daviddossett daviddossett marked this pull request as ready for review February 18, 2026 19:08
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 18, 2026
@daviddossett daviddossett merged commit 9cd04d0 into main Feb 18, 2026
18 checks passed
@daviddossett daviddossett deleted the ddossett/action-widget-styling branch February 18, 2026 19:37
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.

2 participants

Comments