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 b7dd078f19..9a7537b6f7 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 @@ -277,6 +277,7 @@ limitations under the License. comments="[[_comments]]" drafts="[[_diffDrafts]]" revisions="[[_change.revisions]]" + projectConfig="[[projectConfig]]" selected-index="{{viewState.selectedFileIndex}}"> + + @@ -34,7 +36,7 @@ limitations under the License. justify-content: space-between; margin-bottom: .5em; } - .diffAgainst { + .rightControls { font-weight: normal; } .positionIndicator, @@ -106,6 +108,11 @@ limitations under the License. color: #C62828; font-weight: bold; } + gr-diff { + box-shadow: 0 1px 3px rgba(0, 0, 0, .3); + display: block; + margin: .25em 0 1em; + } @media screen and (max-width: 50em) { .row[selected] { background-color: transparent; @@ -125,7 +132,11 @@ limitations under the License.
Files
-
+
+ Show diffs + / + Hide diffs + /