mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ADF-4636][ADF-4137][ADF-4596] Datatable and Assignee bugs (#4832)
This commit is contained in:
parent
be35267df3
commit
c85df84a01
@ -168,6 +168,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: mat-color($background, card);
|
background-color: mat-color($background, card);
|
||||||
border: $data-table-dividers;
|
border: $data-table-dividers;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||||
.adf-datatable-center-size-column-ie {
|
.adf-datatable-center-size-column-ie {
|
||||||
@ -203,6 +204,7 @@
|
|||||||
.adf-datatable-body {
|
.adf-datatable-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
background-color: inherit;
|
||||||
|
|
||||||
.adf-datatable-row {
|
.adf-datatable-row {
|
||||||
@include material-animation-default(0.28s);
|
@include material-animation-default(0.28s);
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
[preSelectUsers]="[currentUser]"
|
[preSelectUsers]="[currentUser]"
|
||||||
[searchUserCtrl]="assigneeFormControl"
|
[searchUserCtrl]="assigneeFormControl"
|
||||||
(selectUser)="onAssigneeSelect($event)"
|
(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>
|
(removeUser)="onAssigneeRemove()"></adf-cloud-people>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user