mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-08 11:38:38 +00:00
Code cleaned up
This commit is contained in:
parent
3b38408a8c
commit
0ad3b30181
@ -1,5 +1,5 @@
|
||||
<h1 mat-dialog-title>Text editor</h1>
|
||||
<span *ngIf="drawing.element.fill" class="item">
|
||||
<span *ngIf="element.fill" class="item">
|
||||
<div class="item-name">Fill color:</div>
|
||||
<input class="input-color" type="color" (ngModelChange)="changeTextColor($event)" [(ngModel)]="element.fill"/>
|
||||
</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user