mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[affected:*][ci:force] Upgrading material selector class
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</button>
|
||||
</adf-toolbar>
|
||||
|
||||
<mat-card [class.adf-cloud-form-content-card]="displayMode === 'fullScreen'">
|
||||
<mat-card appearance="outlined" [class.adf-cloud-form-content-card]="displayMode === 'fullScreen'">
|
||||
<div class="adf-cloud-form-content-card-container">
|
||||
<mat-card-header *ngIf="showTitle || showRefreshButton || showValidationIcon">
|
||||
<mat-card-title>
|
||||
|
@@ -74,11 +74,13 @@
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
||||
mat-card-content {
|
||||
height: 100%;
|
||||
overflow: hidden auto;
|
||||
}
|
||||
|
||||
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
|
||||
mat-card-actions {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<span mat-dialog-title id="adf-process-filter-dialog-title">
|
||||
{{ 'ADF_CLOUD_EDIT_PROCESS_FILTER.DIALOG.TITLE' | translate}}
|
||||
</span>
|
||||
<mat-card class="adf-process-filter-dialog-card">
|
||||
<mat-card appearance="outlined" class="adf-process-filter-dialog-card">
|
||||
<mat-card-content class="adf-process-filter-dialog-card-content">
|
||||
<form [formGroup]="filterForm">
|
||||
<mat-form-field class="adf-process-filter-name" [floatLabel]="'auto'">
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<mat-card *ngIf="processInstanceDetails" class="adf-process-header-cloud-card">
|
||||
<mat-card appearance="outlined" *ngIf="processInstanceDetails" class="adf-process-header-cloud-card">
|
||||
<mat-card-content>
|
||||
<adf-card-view [properties]="properties"></adf-card-view>
|
||||
</mat-card-content>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
<span mat-dialog-title id="adf-task-filter-dialog-title">
|
||||
{{ 'ADF_CLOUD_EDIT_TASK_FILTER.DIALOG.TITLE' | translate}}
|
||||
</span>
|
||||
<mat-card class="adf-task-filter-dialog-card">
|
||||
<mat-card appearance="outlined" class="adf-task-filter-dialog-card">
|
||||
<mat-card-content class="adf-task-filter-dialog-card-content">
|
||||
<form [formGroup]="filterForm">
|
||||
<mat-form-field class="adf-task-filter-name" [floatLabel]="'auto'">
|
||||
|
Reference in New Issue
Block a user