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:
- Open VS Code
- Open any Installed Extension Page
- See the
Disable Button
- You will notice
border-top-right-radius and border-bottom-right-radius is set to 0 (problem was not present in the previous version)

Didn't happening with any other button

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.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
Disable Buttonborder-top-right-radiusandborder-bottom-right-radiusis set to0(problem was not present in the previous version)Didn't happening with any other button
if you open developer tools you will see
I don't know why is it necessary!?
Also see the Uninstall Button looking weird after recent update.