diff --git a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.html b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.html index 4b3549b628..4bd51419d0 100644 --- a/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.html +++ b/polygerrit-ui/app/elements/change/gr-change-view/gr-change-view.html @@ -88,6 +88,11 @@ limitations under the License. display: flex; padding: 0 var(--default-horizontal-margin); } + .changeId { + color: #666; + font-family: var(--font-family); + margin-top: 1em; + } .changeInfo-column:not(:last-of-type) { margin-right: 1em; padding-right: 1em; @@ -171,6 +176,9 @@ limitations under the License. .mobile { display: none; } + .warning { + color: #d14836; + } hr { border: 0; border-top: 1px solid #ddd; @@ -296,6 +304,15 @@ limitations under the License. class="editCommitMessage" on-tap="_handleEditCommitMessage" hidden$="[[_hideEditCommitMessage]]">Edit +