From 0b201ec7715183d68f087df32f1f542483696018 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 21 Jan 2019 17:26:17 +0100
Subject: [PATCH] Remove code fixed by @nickvergessen in #13652

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

diff --git a/apps/accessibility/css/themedark.scss b/apps/accessibility/css/themedark.scss
index 706473e3b13..5e73468c949 100644
--- a/apps/accessibility/css/themedark.scss
+++ b/apps/accessibility/css/themedark.scss
@@ -34,12 +34,6 @@ $color-border-dark: lighten($color-main-background, 14%);
 	}
 }
 
-// No inversion for icons which are already inverted via functions
-#contactsmenu-menu .emptycontent .icon-search,
-#contactsmenu-menu .other-actions.icon-more {
-	filter: none;
-}
-
 // Otherwise icon-more gets inverted via function
 #appmenu .icon-more-white {
 	filter: invert(100%);
-- 
GitLab