Added simple styling to the error message and the corresponding select element.
This commit is contained in:
parent
8c261c949c
commit
f8c627aee5
2 changed files with 19 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
<textarea class="textinput" (keyup)="update(step)" placeholder="Please enter your input ..."
|
||||
[(ngModel)]="step.content">{{step.content}}</textarea>
|
||||
</div>
|
||||
<div class="selectwrapper">
|
||||
<div [ngClass]="{selectwrapper: true, error: step.error}">
|
||||
<div class="arrow_box">
|
||||
<select class="select" (change)="convert(step, $event)">
|
||||
<option id="undefined">Select conversion ...</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue