From 17d980cb9caf840a3a8b9577445707cd21bf569d Mon Sep 17 00:00:00 2001
From: Morris Jobke <hey@morrisjobke.de>
Date: Thu, 7 Sep 2017 09:35:44 +0200
Subject: Revert "Fix active entry highlight in certain apps"

---
 core/css/apps.scss | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'core')

diff --git a/core/css/apps.scss b/core/css/apps.scss
index 6449bb7472d..bbf72f45c53 100644
--- a/core/css/apps.scss
+++ b/core/css/apps.scss
@@ -93,8 +93,7 @@ kbd {
 	border-right: 1px solid nc-darken($color-main-background, 8%);
 	display: flex;
 	flex-direction: column;
-	> ul,
-	.with-icon > ul {
+	> ul {
 		position: relative;
 		height: 100%;
 		width: inherit;
-- 
cgit v1.2.3