fixig e2es - task and version

This commit is contained in:
Vito Albano
2023-12-17 03:17:01 +00:00
parent bc3c217635
commit c29c1448b9
12 changed files with 35 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ $adf-average-star-color: #808080;
width: 25px;
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content {
.mdc-list-item__content {
padding: 0 !important;
}

View File

@@ -99,8 +99,8 @@ adf-tags-creator {
}
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content-reverse {
padding: 0;
.mdc-list-item__content-reverse {
padding: 0 6px;
.mat-pseudo-checkbox {
display: none;

View File

@@ -1,7 +1,15 @@
.adf-version-list {
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content {
.mdc-list-item__content {
border-bottom: 1px solid #d8d8d8;
span {
display: flex;
align-items: center;
}
p.mat-line {
display: flex;
}
}
&-item-version {

View File

@@ -1,16 +1,15 @@
adf-version-manager {
.mat-mdc-list .mat-3-line {
.mat-mdc-list {
height: auto !important;
width: 100% !important;
}
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */
.mat-list-item-content {
.mdc-list-item__content {
padding: 16px 0 !important;
}
}
.adf-version-list-item-comment.mat-line {
.adf-version-list-item-comment .mat-line {
height: 100%;
word-break: break-all;
white-space: unset !important;