dashboard #1
@@ -9,7 +9,7 @@
|
|||||||
<mat-label>Text</mat-label>
|
<mat-label>Text</mat-label>
|
||||||
<textarea matInput [(ngModel)]="text" #textElement focus></textarea>
|
<textarea matInput [(ngModel)]="text" #textElement focus></textarea>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<div>Text field supports <a href="https://spec.commonmark.org/" target="_blank" rel="noopener">Markdown</a>.</div>
|
<div>Text field supports <a href="https://spec.commonmark.org/" class="external-link" target="_blank" rel="noopener">Markdown</a>.</div>
|
||||||
</div>
|
</div>
|
||||||
<div mat-dialog-actions align="end">
|
<div mat-dialog-actions align="end">
|
||||||
<button mat-button mat-dialog-close (click)="close()">Cancel</button>
|
<button mat-button mat-dialog-close (click)="close()">Cancel</button>
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ app-add-text-dialog .mat-mdc-form-field-subscript-wrapper {
|
|||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[target="_blank"]:after {
|
a.external-link:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: url("assets/img/external-link.svg") no-repeat;
|
background: url("assets/img/external-link.svg") no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user