mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Formatting diff editor title (#6013)
* add background color and more formatting to diff editor title * also handle hc-black
This commit is contained in:
@@ -30,7 +30,7 @@ import { ITextModel } from 'vs/editor/common/model';
|
||||
@Component({
|
||||
template: `
|
||||
<div *ngIf="_title">
|
||||
<div class="modelview-diff-editor-title" style="width: 100%; height:100%; padding-left:3px !important; border: 1px solid #BFBDBD;">
|
||||
<div class="modelview-diff-editor-title modelview-diff-editor-title-background">
|
||||
{{_title}}
|
||||
</div>
|
||||
</div>`,
|
||||
|
||||
Reference in New Issue
Block a user