Skip to content

Extension Disable button does not have border radius on the right side #163864

Description

@KunalTanwar11

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.72.2
  • OS Version: Windows_NT x64 10.0.22000

Steps to Reproduce:

  1. Open VS Code
  2. Open any Installed Extension Page
  3. See the Disable Button
  4. You will notice border-top-right-radius and border-bottom-right-radius is set to 0 (problem was not present in the previous version)

P1

Didn't happening with any other button

P2

if you open developer tools you will see

.extension-editor>
.header>.details>
.actions-status-container>
.monaco-action-bar>
.actions-container>
.action-item.action-dropdown-item>
.extension-action.label {
  border-radius: 2px 0 0 2px;
}

I don't know why is it necessary!?

Also see the Uninstall Button looking weird after recent update.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugextensionsIssues concerning extensionsgood first issueIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesinsiders-releasedPatch has been released in VS Code InsiderspolishCleanup and polish issueuxUser experience issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions