Skip to content

Fix session-section-label styling to match Customizations header#307673

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-session-section-label-styling
Draft

Fix session-section-label styling to match Customizations header#307673
Copilot wants to merge 2 commits intomainfrom
copilot/update-session-section-label-styling

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

The session section labels (e.g. "Today", "Yesterday") were styled with text-transform: uppercase and color: var(--vscode-descriptionForeground), making them appear as light grey all-caps text — visually inconsistent with the "Customizations" header which uses normal casing and var(--vscode-sideBar-foreground).

Changes

  • sessionsList.css: In .session-section, removed text-transform: uppercase and changed color from var(--vscode-descriptionForeground) to var(--vscode-sideBar-foreground) to match the sidebar-action-button styling used by the Customizations header.
Original prompt

Update the styling of the session-section-label to match the styling of the 'Customizations' header (sidebar-action-button?). This should remove the all caps styling and light grey color (in light mode).

Created from VS Code.

- Remove `text-transform: uppercase` (all caps styling)
- Change color from `var(--vscode-descriptionForeground)` to `var(--vscode-sideBar-foreground)` to match the sidebar-action-button/Customizations header styling

Agent-Logs-Url: https://github.com/microsoft/vscode/sessions/bf934811-7c1b-467b-9fda-4ee60bb471f7

Co-authored-by: jo-oikawa <14115185+jo-oikawa@users.noreply.github.com>
Copilot AI changed the title [WIP] Update session-section-label styling to match Customizations header Fix session-section-label styling to match Customizations header Apr 3, 2026
Copilot AI requested a review from jo-oikawa April 3, 2026 17:07
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