From 36a02a3f6288414754560c42262c99103cf6980d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 3 Jun 2020 10:50:58 +0200 Subject: [PATCH] Fix kanban tasks with backgrounds --- src/styles/theme/background.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index 498bef9d1..a042958b5 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -43,6 +43,14 @@ border-radius: $radius; margin-top: 1em; } + + .kanban .tasks { + background: transparent; + + .task { + border-radius: $radius !important; + } + } } .navbar.has-background {