From fdd0290697f5b47f5a570a9a282d5981685ff298 Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Mon, 22 Nov 2021 12:29:19 +0300 Subject: [PATCH] Fix KanbanPanel (#331) Signed-off-by: Alexander Platov --- .../src/components/TxView.svelte | 17 +---------------- .../src/components/KanbanPanel.svelte | 2 +- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/plugins/activity-resources/src/components/TxView.svelte b/plugins/activity-resources/src/components/TxView.svelte index 6a5f23599b..fb81ca1a43 100644 --- a/plugins/activity-resources/src/components/TxView.svelte +++ b/plugins/activity-resources/src/components/TxView.svelte @@ -182,21 +182,6 @@ flex-wrap: wrap; gap: 10px; margin: 0 1rem; - } - :global(.label b) { - color: var(--theme-caption-color); - } - :global(.label span) { - display: inline-block; - padding: 0.125rem 0.25rem; - color: var(--theme-caption-color); - background-color: var(--theme-bg-focused-color); - border-radius: 0.25rem; - } - :global(.label span.bar) { - padding: 0.25rem 0.5rem; - font-weight: 500; - font-size: 0.625rem; - background-color: var(--primary-button-enabled); + b { color: var(--theme-caption-color); } } diff --git a/plugins/view-resources/src/components/KanbanPanel.svelte b/plugins/view-resources/src/components/KanbanPanel.svelte index ff8cc5fdfc..a59880b30f 100644 --- a/plugins/view-resources/src/components/KanbanPanel.svelte +++ b/plugins/view-resources/src/components/KanbanPanel.svelte @@ -29,7 +29,7 @@