Add top border for gr-change-view-integration-shared-styles

Bug: Issue 11731
Change-Id: Ifc12c2159ce81ef7ef44ddb2345b5f031953af29
This commit is contained in:
Tao Zhou
2019-12-04 13:46:16 +01:00
parent cefe82afc5
commit e7a1e8dc3f

View File

@@ -29,6 +29,10 @@ limitations under the License.
/* 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);