| commit | c4f41031b995e8b42eba6e4115e0eb2539ae08ce | [log] [tgz] |
|---|---|---|
| author | Kasper Nilsson <kaspern@google.com> | Mon Apr 16 11:42:56 2018 +0200 |
| committer | Kasper Nilsson <kaspern@google.com> | Tue Apr 17 11:33:22 2018 +0200 |
| tree | 318259c4b9e7493025a8db031ddaaa94287d49ee | |
| parent | 56628163af58977cbc29810d9952307ab00d5bc0 [diff] [blame] |
Use view-background-color throughout the app Change-Id: Ib74162411afde7cdb2121f5e7b78e81a97341bfd
diff --git a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html index 008a85b..f45b2d3 100644 --- a/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html +++ b/polygerrit-ui/app/elements/diff/gr-diff/gr-diff.html
@@ -87,7 +87,7 @@ } .blank, .content { - background-color: #fff; + background-color: var(--view-background-color); } .full-width { width: 100%;