+
diff --git a/ts/editor/NoteEditor.svelte b/ts/editor/NoteEditor.svelte
index bcded1ebc..544c7bd12 100644
--- a/ts/editor/NoteEditor.svelte
+++ b/ts/editor/NoteEditor.svelte
@@ -436,9 +436,7 @@ the AddCards dialog) should be implemented in the user of this component.
$hoveredField = null;
}}
collapsed={fieldsCollapsed[index]}
- --focus-color={cols[index] === "dupe"
- ? "var(--accent-danger)"
- : "var(--border-focus)"}
+ dupe={cols[index] === "dupe"}
>