Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reverse background colors on interactive session #178165

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

daviddossett
Copy link
Contributor

No description provided.

@daviddossett daviddossett self-assigned this Mar 23, 2023
@daviddossett daviddossett enabled auto-merge (squash) March 23, 2023 17:51
@VSCodeTriageBot VSCodeTriageBot added this to the March 2023 milestone Mar 23, 2023
.interactive-list .monaco-list-row:not(:first-of-type) .interactive-item-container {
border-top: 1px solid var(--vscode-interactive-responseBorder);
.interactive-list .monaco-list-row .interactive-item-container {
border-bottom: 1px solid var(--vscode-interactive-requestBorder);
Copy link
Member

Choose a reason for hiding this comment

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

I think this means you'll have a double border between the last item and the input area, is that what you want?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch. Changed the CSS to only apply borders to requests. So now there's never a situation when a response can have a border that could clash in the first place.

@daviddossett daviddossett merged commit c89324c into main Mar 23, 2023
@daviddossett daviddossett deleted the ddossett/estimated-parrot branch March 23, 2023 23:28
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants