Skip to content

Style overrides: Enhance count badge styles for consistency#324756

Open
mrleemurray wants to merge 2 commits into
mainfrom
mrleemurray/poor-pink-bee
Open

Style overrides: Enhance count badge styles for consistency#324756
mrleemurray wants to merge 2 commits into
mainfrom
mrleemurray/poor-pink-bee

Conversation

@mrleemurray

Copy link
Copy Markdown
Contributor

Improve the styles of count badges across workbench components for a more uniform appearance. Adjustments include font weight, padding, margin, and border radius to enhance visual consistency.

Copilot AI review requested due to automatic review settings July 7, 2026 14:10
@mrleemurray mrleemurray enabled auto-merge (squash) July 7, 2026 14:10
@mrleemurray mrleemurray self-assigned this Jul 7, 2026
benibenj
benibenj previously approved these changes Jul 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 adjusts the styleOverrides CSS (applied only under the modern-UI .style-override mode) to make .monaco-count-badge render more consistently. It tweaks font weight, padding, minimum size, wrapper margin, and border radius so count badges read as uniform pill-shaped elements across workbench components.

Changes:

  • Make count badges fully rounded (border-radius: circle) and semi-bold.
  • Increase badge padding to 4px 6px and set min-width/min-height to 19px, plus add right margin to the extensions header count-badge wrapper.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/vs/workbench/contrib/styleOverrides/browser/media/roundedCorners.css Adds a circular border-radius rule for .monaco-count-badge.
src/vs/workbench/contrib/styleOverrides/browser/media/padding.css Adds badge padding/min-size overrides and an extensions header wrapper margin.
src/vs/workbench/contrib/styleOverrides/browser/media/fontRamp.css Sets .monaco-count-badge font weight to semi-bold.

Comment thread src/vs/workbench/contrib/styleOverrides/browser/media/padding.css Outdated
Comment thread src/vs/workbench/contrib/styleOverrides/browser/media/padding.css
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.

4 participants