From bdfbe8857a6eebba6c238513223fcb000d1232be Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 20 Jan 2021 22:42:30 +0100 Subject: [PATCH] Fix task filter toggle button if the list has a background --- src/styles/theme/background.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index a042958b5..88694286b 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -35,6 +35,7 @@ .card, .switch-view, .table-view .button, + .filter-container .button, .search .button { box-shadow: none; }