| commit | e7a1e8dc3fef7fe04e772b058d9f97d5cd702286 | [log] [tgz] |
|---|---|---|
| author | Tao Zhou <taoalpha@google.com> | Wed Dec 04 13:46:16 2019 +0100 |
| committer | Tao Zhou <taoalpha@google.com> | Wed Dec 04 13:46:16 2019 +0100 |
| tree | b621c6f23a51716d1ef2e990a5441513edc4e1b2 | |
| parent | cefe82afc540875e1f0e6814df24382df0c2d345 [diff] |
Add top border for gr-change-view-integration-shared-styles Bug: Issue 11731 Change-Id: Ifc12c2159ce81ef7ef44ddb2345b5f031953af29
diff --git a/polygerrit-ui/app/styles/gr-change-view-integration-shared-styles.html b/polygerrit-ui/app/styles/gr-change-view-integration-shared-styles.html index 5c5194c..76e978c 100644 --- a/polygerrit-ui/app/styles/gr-change-view-integration-shared-styles.html +++ b/polygerrit-ui/app/styles/gr-change-view-integration-shared-styles.html
@@ -29,6 +29,10 @@ /* Workaround for empty style block - see https://github.com/Polymer/tools/issues/408 */ </style> <style> + :host { + border-top: 1px solid var(--border-color); + display: block; + } .header { color: var(--primary-text-color); background-color: var(--table-header-background-color);