From 5854ec78ddb18f5b0a6262569fc88da39bbd6986 Mon Sep 17 00:00:00 2001
From: Agate <me@agate.blue>
Date: Mon, 24 Aug 2020 12:51:18 +0200
Subject: [PATCH] Fixed active item not showing in queue

---
 front/scripts/fix-fomantic-css.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/front/scripts/fix-fomantic-css.py b/front/scripts/fix-fomantic-css.py
index 095f66a08b..075d818ddd 100755
--- a/front/scripts/fix-fomantic-css.py
+++ b/front/scripts/fix-fomantic-css.py
@@ -693,7 +693,6 @@ REPLACEMENTS = {
     "table": {
         "skip": [
             ".marked",
-            ".active",
             ".olive",
             ".brown",
             ".teal",
-- 
GitLab