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:
@@ -115,6 +115,11 @@ export const htmlTemplate = html`
|
|||||||
commit message box. Their top border should be on the same line. */
|
commit message box. Their top border should be on the same line. */
|
||||||
margin-bottom: var(--spacing-s);
|
margin-bottom: var(--spacing-s);
|
||||||
}
|
}
|
||||||
|
.show-all-button iron-icon {
|
||||||
|
color: inherit;
|
||||||
|
--iron-icon-height: 18px;
|
||||||
|
--iron-icon-width: 18px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<gr-external-style id="externalStyle" name="change-metadata">
|
<gr-external-style id="externalStyle" name="change-metadata">
|
||||||
<template is="dom-if" if="[[_isNewChangeSummaryUiEnabled]]">
|
<template is="dom-if" if="[[_isNewChangeSummaryUiEnabled]]">
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ export class GrRelatedChangesListExperimental extends GrLitElement {
|
|||||||
class="${classMap({
|
class="${classMap({
|
||||||
['show-when-collapsed']: showWhenCollapsedPredicate(index),
|
['show-when-collapsed']: showWhenCollapsedPredicate(index),
|
||||||
})}"
|
})}"
|
||||||
.currentChange="${this._changesEqual(change, this.change)}"
|
.isCurrentChange="${this._changesEqual(change, this.change)}"
|
||||||
.change="${change}"
|
.change="${change}"
|
||||||
.href="${GerritNav.getUrlForChangeById(
|
.href="${GerritNav.getUrlForChangeById(
|
||||||
change._number,
|
change._number,
|
||||||
|
|||||||
Reference in New Issue
Block a user