mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fixig e2es - task and version
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user