diff --git a/plugins/recruit-resources/src/components/KanbanCard.svelte b/plugins/recruit-resources/src/components/KanbanCard.svelte index 8e6f52b9cb..a447fb8759 100644 --- a/plugins/recruit-resources/src/components/KanbanCard.svelte +++ b/plugins/recruit-resources/src/components/KanbanCard.svelte @@ -68,7 +68,6 @@ background-color: rgba(222, 222, 240, .06); border-radius: .75rem; user-select: none; - backdrop-filter: blur(10px); &.draggable { cursor: grab; } } diff --git a/plugins/task-resources/src/components/KanbanCard.svelte b/plugins/task-resources/src/components/KanbanCard.svelte index 203a667047..33ae60cb1c 100644 --- a/plugins/task-resources/src/components/KanbanCard.svelte +++ b/plugins/task-resources/src/components/KanbanCard.svelte @@ -62,7 +62,6 @@ background-color: rgba(222, 222, 240, .06); border-radius: .75rem; user-select: none; - backdrop-filter: blur(10px); &.draggable { cursor: grab; } }