Fixed linting

This commit is contained in:
Vito Albano
2023-11-17 01:08:12 +00:00
parent e918ec8f0e
commit 80f894eecd
36 changed files with 66 additions and 18 deletions

View File

@@ -55,6 +55,7 @@
&-attach-widget-repo-button {
padding-left: 10px;
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
.mat-button-wrapper {
display: inline;

View File

@@ -4,6 +4,7 @@
.mat-form-field-suffix {
top: 26px;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-label-wrapper {
top: 20px;
@@ -15,6 +16,7 @@
.mat-form-field-suffix {
top: 0;
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-infix {
width: 100%;

View File

@@ -7,6 +7,7 @@
padding-top: 0 !important;
width: 100%;
}
/* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
.mat-select-value-text {
font-size: var(--theme-body-1-font-size);

View File

@@ -21,8 +21,7 @@ import { MatButtonModule } from '@angular/material/button';
import { MatCardModule } from '@angular/material/card';
import { MatCheckboxModule } from '@angular/material/checkbox';
import { MatChipsModule } from '@angular/material/chips';
import { MatNativeDateModule, MatRippleModule } from '@angular/material/core';
import { MatOptionModule } from '@angular/material/core';
import { MatNativeDateModule, MatRippleModule, MatOptionModule } from '@angular/material/core';
import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
import { MatDatepickerModule } from '@angular/material/datepicker';
import { MatDialogModule } from '@angular/material/dialog';

View File

@@ -2,6 +2,7 @@ adf-cloud-process-filter-dialog-cloud {
.adf-process-filter-dialog .mat-mdc-card {
padding: 0;
box-shadow: none;
/* 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;

View File

@@ -4,6 +4,7 @@
.mat-form-field-label {
color: var(--adf-theme-mat-grey-color-a200-dark);
}
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
mat-card-actions,
&-cloud-actions {

View File

@@ -25,8 +25,7 @@ import { StartProcessCloudComponent } from './start-process-cloud.component';
import { MatAutocompleteModule } from '@angular/material/autocomplete';
import { MatButtonModule } from '@angular/material/button';
import { MatCardModule } from '@angular/material/card';
import { MatRippleModule, MatCommonModule } from '@angular/material/core';
import { MatOptionModule } from '@angular/material/core';
import { MatRippleModule, MatCommonModule, MatOptionModule } from '@angular/material/core';
import { MatFormFieldModule } from '@angular/material/form-field';
import { MatIconModule } from '@angular/material/icon';
import { MatInputModule } from '@angular/material/input';

View File

@@ -2,6 +2,7 @@ adf-cloud-task-filter-dialog {
.adf-task-filter-dialog .mat-mdc-card {
padding: 0;
box-shadow: none;
/* 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;

View File

@@ -12,6 +12,7 @@
height: 36px;
border-radius: 5px;
}
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
& .mat-button-wrapper {
width: 58px;