New Change Summary - small fixes

* fix arrow to current change in submitted together
* set same color for icon in show all button in change metadata

Change-Id: I5ac76c2773d6561a5a68fe38fa4e7a7ae41e8ffe
This commit is contained in:
Milutin Kristofic
2021-02-17 22:19:12 +01:00
parent 4145b6222f
commit 1f78a9940a
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,