Fixing styles not migrated by material

This commit is contained in:
Vito Albano
2023-12-04 16:39:38 +00:00
parent c401611792
commit 4dfcd7bff1
43 changed files with 97 additions and 200 deletions

View File

@@ -57,7 +57,7 @@
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 {
.mdc-button__label {
display: inline;
}

View File

@@ -1,7 +1,7 @@
.adf {
&-date-widget {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-suffix {
.mat-mdc-form-field-text-suffix {
top: 26px;
}
@@ -13,12 +13,12 @@
&-left-label-input-datepicker {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-suffix {
.mat-mdc-form-field-text-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 {
.mat-mdc-form-field-infix {
width: 100%;
}
}

View File

@@ -14,7 +14,7 @@
}
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
& .mat-button-wrapper {
& .mdc-button__label {
width: 58px;
height: 20px;
opacity: 0.54;