apply css style at the right element (#14144)

* apply css style at the right element

* make mergeCss protected
This commit is contained in:
Alan Ren
2021-02-03 10:27:12 -08:00
committed by GitHub
parent b390052c86
commit 52a642f351
26 changed files with 155 additions and 58 deletions

View File

@@ -32,7 +32,7 @@ import { ILogService } from 'vs/platform/log/common/log';
@Component({
template: `
<div *ngIf="_title">
<div [ngStyle]="CSSStyles" *ngIf="_title">
<div class="modelview-diff-editor-title modelview-diff-editor-title-background">
{{_title}}
</div>