Remove 1px border from change view sections

The file list and the change log both have box-shadows. The additional
1px border-top makes the section borders too blurry.

Screenshots https://imgur.com/a/SBvAopm

Change-Id: Id5777469a73d568946a43eb4cba22aa608f4a611
This commit is contained in:
Ben Rohlfs
2020-12-16 09:00:17 +01:00
parent 92f6fcc9b1
commit fced7f649e
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ export const htmlTemplate = html`
}
.patchInfo-header {
align-items: center;
border-top: 1px solid var(--border-color);
display: flex;
padding: var(--spacing-s) var(--spacing-l);
}

View File

@@ -24,7 +24,6 @@ export const htmlTemplate = html`
}
.header {
align-items: center;
border-top: 1px solid var(--border-color);
border-bottom: 1px solid var(--border-color);
display: flex;
justify-content: space-between;