Skip to content

Commit c3a6052

Browse files
authored
restore separator class for Separator item (microsoft#161746)
fixes microsoft#161643
1 parent 9602b6e commit c3a6052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/common/actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export class Separator implements IAction {
219219

220220
readonly label: string = '';
221221
readonly tooltip: string = '';
222-
readonly class: string = '';
222+
readonly class: string = 'separator';
223223
readonly enabled: boolean = false;
224224
readonly checked: boolean = false;
225225
async run() { }

0 commit comments

Comments
 (0)