[ADF-4636][ADF-4137][ADF-4596] Datatable and Assignee bugs (#4832)

This commit is contained in:
davidcanonieto 2019-06-11 00:35:02 +01:00 committed by Eugenio Romano
parent be35267df3
commit c85df84a01
2 changed files with 3 additions and 1 deletions

View File

@ -168,6 +168,7 @@
flex-direction: column;
background-color: mat-color($background, card);
border: $data-table-dividers;
box-sizing: border-box;
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.adf-datatable-center-size-column-ie {
@ -203,6 +204,7 @@
.adf-datatable-body {
display: flex;
flex-direction: column;
background-color: inherit;
.adf-datatable-row {
@include material-animation-default(0.28s);

View File

@ -66,7 +66,7 @@
[preSelectUsers]="[currentUser]"
[searchUserCtrl]="assigneeFormControl"
(selectUser)="onAssigneeSelect($event)"
[title]="'ADF_TASK_LIST.START_TASK.FORM.LABEL.ASSIGNEE'"
[title]="'ADF_CLOUD_TASK_LIST.START_TASK.FORM.LABEL.ASSIGNEE'"
(removeUser)="onAssigneeRemove()"></adf-cloud-people>
</div>