mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 01:25:36 -05:00
change wizard title to heading 2 (#11711)
This commit is contained in:
@@ -29,7 +29,8 @@ export interface DialogComponentParams extends IBootstrapParams {
|
||||
<div class="dialogContainer" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
|
||||
<div class="dialogModal-wizardHeader" *ngIf="_dialogPane && _dialogPane.displayPageTitle">
|
||||
<h1 *ngIf="_dialogPane.pageNumber" class="wizardPageNumber">{{_dialogPane.pageNumberDisplayText}}</h1>
|
||||
<h1 class="wizardPageTitle">{{_dialogPane.title}}</h1>
|
||||
<h2 *ngIf="_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h2>
|
||||
<h1 *ngIf="!_dialogPane.pageNumber" class="wizardPageTitle">{{_dialogPane.title}}</h1>
|
||||
<div *ngIf="_dialogPane.description">{{_dialogPane.description}}</div>
|
||||
</div>
|
||||
<div style="flex: 1 1 auto; position: relative;">
|
||||
|
||||
Reference in New Issue
Block a user