[affected:*][ci:force] Upgrading material selector class

This commit is contained in:
Vito Albano
2024-03-08 20:24:03 +00:00
committed by VitoAlbano
parent 75b805381c
commit d5f462bb48
36 changed files with 413 additions and 179 deletions

View File

@@ -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>

View File

@@ -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;

View File

@@ -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'">

View File

@@ -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>

View File

@@ -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'">