Skip to content

Fix todo list widget border radius to match chat input#295888

Merged
daviddossett merged 1 commit intomainfrom
fix/todo-list-border-radius
Feb 17, 2026
Merged

Fix todo list widget border radius to match chat input#295888
daviddossett merged 1 commit intomainfrom
fix/todo-list-border-radius

Conversation

@daviddossett
Copy link
Collaborator

The todo list widget above the chat input was using a hardcoded 4px border radius while the chat input container and editing session container both use var(--vscode-cornerRadius-large). This aligns the todo list widget to use the same CSS variable for consistency.

Copilot AI review requested due to automatic review settings February 17, 2026 23:22
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 updates the todo list widget's border radius to use the CSS variable --vscode-cornerRadius-large instead of a hardcoded 4px value, ensuring visual consistency with the chat input container and editing session container.

Changes:

  • Replaced hardcoded border-top-left-radius and border-top-right-radius with CSS variable using shorthand syntax

@daviddossett daviddossett enabled auto-merge (squash) February 17, 2026 23:48
@daviddossett daviddossett merged commit ec51417 into main Feb 17, 2026
24 checks passed
@daviddossett daviddossett deleted the fix/todo-list-border-radius branch February 17, 2026 23:57
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