mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 23:58:23 +01:00
styles: only needs to be set border-right-width is none if it is not .empty
This commit is contained in:
@@ -260,7 +260,7 @@
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.extension-list-item .monaco-action-bar > .actions-container > .action-item.action-dropdown-item > .extension-action.label {
|
||||
.extension-list-item .monaco-action-bar > .actions-container > .action-item.action-dropdown-item:not(.empty) > .extension-action.label {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user