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:
		| @@ -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); | ||||
|     } | ||||
|   | ||||
| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Rohlfs
					Ben Rohlfs