From 28d45ec188f270e9893966ae4cc7108eb51f477d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 19 May 2021 17:31:28 +0200 Subject: [PATCH] Fix missing background for tasks on a shared list with a background --- src/styles/components/task.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index 3438c41e..97178c79 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -244,10 +244,6 @@ } } -.link-share-container .task-view { - background-color: transparent; -} - .flash-background-enter, .flash-background-enter-active { animation: flash-background $flash-background-duration ease 1; }