Improve button and branch tag styling#8369
Merged
mrleemurray merged 7 commits intomainfrom Jan 7, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR enhances the visual styling of button elements and branch tags in the webview components. The changes add border styling to improve visibility and adjust spacing for better alignment.
- Adds consistent border styling to various button types using VS Code theme variables
- Adjusts branch tag margin and padding for improved spacing
- Enhances the change-base button component with better alignment and icon spacing
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
webviews/editorWebview/index.css |
Updates branch tag spacing (margin/padding) and adds styling improvements to change-base button including alignment, padding, and icon spacing |
webviews/common/common.css |
Adds border styling to secondary buttons, disabled buttons, and split button components for enhanced visibility |
alexr00
reviewed
Jan 7, 2026
Member
There was a problem hiding this comment.
@mrleemurray do we want this border on all secondary buttons?

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
Author
|
@alexr00 yes, secondary buttons should have a border to align with the rest of the product UI: It also improves the visibility of buttons in high contrast themes:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Update the CSS for button elements to enhance visibility with borders and adjust the styling of branch tags for better alignment and spacing.