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 9865a3f92c..61b10e8243 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 @@ -137,6 +137,12 @@ limitations under the License. border: 1px solid #ddd; margin: 1em var(--default-horizontal-margin); } + .patchInfo--oldPatchSet .patchInfo-header { + background-color: #fff9c4; + } + .patchInfo--oldPatchSet .latestPatchContainer { + display: initial; + } .patchInfo-header, gr-file-list { padding: .5em calc(var(--default-horizontal-margin) / 2); @@ -147,6 +153,9 @@ limitations under the License. display: flex; justify-content: space-between; } + .latestPatchContainer { + display: none; + } @media screen and (max-width: 50em) { .header { align-items: flex-start; @@ -254,12 +263,12 @@ limitations under the License. -
+