From aba395faf08b6edf766703486ed8ff179aebb971 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 22 May 2019 17:44:14 +0200
Subject: [PATCH] =?UTF-8?q?Remove=20divider=20in=20app=20content=20list=20?=
 =?UTF-8?q?(Mail,=20Contacts,=20=E2=80=A6)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
---
 core/css/apps.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/css/apps.scss b/core/css/apps.scss
index 433100d042f..2a229531ffb 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -1122,7 +1122,6 @@ $outter-margin: ($popoveritem-height - $popovericon-size) / 2;
 	.app-content-list-item {
 		position: relative;
 		height: 68px;
-		border-top: 1px solid var(--color-border);
 		cursor: pointer;
 		padding: 10px 7px;
 		display: flex;
-- 
GitLab