[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 27a8f187b0
commit 160ddfc903
35 changed files with 406 additions and 173 deletions

View File

@@ -2,12 +2,12 @@
max-width: 100%;
max-height: 100%;
& .mat-card {
& .mat-mdc-card {
padding: 16px 24px;
overflow: hidden;
}
& .mat-card-header-text {
& .mat-mdc-card-header-text {
margin: 0;
}
@@ -15,7 +15,8 @@
overflow: hidden;
}
& .mat-tab-label {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
& .mdc-tab__text-label {
font-size: var(--theme-subheading-2-font-size);
line-height: var(--theme-headline-line-height);
letter-spacing: -0.4px;
@@ -28,7 +29,8 @@
height: 4px;
}
& .mat-form-field-wrapper {
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
& .mat-mdc-text-field-wrapper {
margin: 0 12px 0 0;
}
@@ -90,12 +92,12 @@
padding-bottom: 25px;
padding-right: 25px;
& .mat-button {
& .mat-mdc-button {
height: 36px;
border-radius: 5px;
}
& .mat-button-wrapper {
& .mdc-button__label {
width: 58px;
height: 20px;
opacity: 0.54;

View File

@@ -38,6 +38,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. */
.mdc-button__label {
display: inline;
@@ -69,6 +70,7 @@
.mat-line {
margin-bottom: 0;
}
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mdc-list-item__primary-text {
max-width: 200px;

View File

@@ -1,6 +1,7 @@
.adf {
&-people-widget {
width: 100%;
/* 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: 10px;

View File

@@ -10,6 +10,7 @@
mat-form-field {
width: 100%;
}
/* 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 {
color: var(--adf-theme-mat-grey-color-a200-dark);

View File

@@ -74,6 +74,7 @@ adf-start-task {
people-widget.adf-people-widget-content {
width: 100%;
/* 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: -14px;
@@ -134,6 +135,7 @@ adf-start-task {
.adf-file {
border-color: var(--theme-warn-color);
}
/* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
.mat-form-field-prefix {
color: var(--theme-warn-color);

View File

@@ -87,6 +87,7 @@ adf-task-details {
}
}
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
& .mdc-tab__text-label {
flex-grow: 1;

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. */
& .mdc-button__label {
width: 58px;