Skip to content

sessions: extend section header hover background to full width#308285

Merged
osortega merged 1 commit intomainfrom
copilot/visiting-toad
Apr 7, 2026
Merged

sessions: extend section header hover background to full width#308285
osortega merged 1 commit intomainfrom
copilot/visiting-toad

Conversation

@osortega
Copy link
Copy Markdown
Contributor

@osortega osortega commented Apr 7, 2026

Move horizontal padding from the scroll container to individual session item rows so that section headers (group titles) span edge-to-edge on hover while session cards keep their inset with rounded corners.

Fixes #307718

Move horizontal padding from the scroll container to individual session
item rows so that section headers (group titles) span edge-to-edge on
hover while session cards keep their inset with rounded corners.

Fixes #307718

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 7, 2026 18:17
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

Updates the Sessions list styling in the Agents/Sessions window (vs/sessions) so section header rows can render hover/selection backgrounds edge-to-edge, while session item “cards” keep their inset spacing and rounded corners—addressing the UI request in #307718.

Changes:

  • Removed horizontal padding from the list scroll/sticky containers to allow full-width header hover backgrounds.
  • Applied inset layout (margin + adjusted width) and rounded corners specifically to list rows that contain session items.
  • Adjusted .session-show-more and .session-section padding to match the new inset model.
Show a summary per file
File Description
src/vs/sessions/contrib/sessions/browser/media/sessionsList.css Moves horizontal inset responsibility from the scroll container to session item rows so headers can span full width on hover/selection while cards remain inset/rounded.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 0

@osortega osortega enabled auto-merge (squash) April 7, 2026 18:28
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Screenshot Changes

Base: fc99d59e Current: 73358cec

Changed (7)

chat/chatQuestionCarousel/SingleTextQuestion/Light
Before After
before after
chat/chatQuestionCarousel/NoSkip/Light
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/HooksTab/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/HooksTab/Light
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/PromptsTab/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/PluginBrowseMode/Dark
Before After
before after
chat/aiCustomizations/aiCustomizationManagementEditor/PromptsTabScrolled/Light
Before After
before after

@osortega osortega merged commit 5b53c2a into main Apr 7, 2026
41 of 43 checks passed
@osortega osortega deleted the copilot/visiting-toad branch April 7, 2026 20:09
@vs-code-engineering vs-code-engineering bot added this to the 1.116.0 milestone Apr 7, 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.

Session list header styling requests

3 participants