Merge "New Change Summary - small fixes"
This commit is contained in:
@@ -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]]">
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user