Merge "New Change Summary - small fixes"

This commit is contained in:
Milutin Kristofic
2021-02-18 12:09:55 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -115,6 +115,11 @@ export const htmlTemplate = html`
commit message box. Their top border should be on the same line. */
margin-bottom: var(--spacing-s);
}
.show-all-button iron-icon {
color: inherit;
--iron-icon-height: 18px;
--iron-icon-width: 18px;
}
</style>
<gr-external-style id="externalStyle" name="change-metadata">
<template is="dom-if" if="[[_isNewChangeSummaryUiEnabled]]">

View File

@@ -148,7 +148,7 @@ export class GrRelatedChangesListExperimental extends GrLitElement {
class="${classMap({
['show-when-collapsed']: showWhenCollapsedPredicate(index),
})}"
.currentChange="${this._changesEqual(change, this.change)}"
.isCurrentChange="${this._changesEqual(change, this.change)}"
.change="${change}"
.href="${GerritNav.getUrlForChangeById(
change._number,