mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
apply css style at the right element (#14144)
* apply css style at the right element * make mergeCss protected
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user