From 0d7f7d859c3d08bc562fc439a06fe8890e7afec1 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Wed, 12 Feb 2020 13:32:21 +0100
Subject: [PATCH] Remove unused class

---
 app/static/css/nopaque.css | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/static/css/nopaque.css b/app/static/css/nopaque.css
index e291c03b..c1c999ad 100644
--- a/app/static/css/nopaque.css
+++ b/app/static/css/nopaque.css
@@ -101,9 +101,6 @@ indicator will show up how the column is sorted right now.; */
 .service[data-service]:before {
   content: "help";
 }
-.service[data-service="corpus"]:before {
-  content: "book";
-}
 .service[data-service="setup_files"]:before {
   content: "burst_mode";
 }
-- 
GitLab