From 1413058ae7e9f242e0f5cf2e966cb01b19c18c79 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 26 Mar 2026 11:00:06 +0100 Subject: [PATCH] fix(documents): style delete button as red outlined button with inline trash icon Replace the subtle link-style delete trigger and broken degruyter icon with a proper red outlined button and an inline SVG trash bin icon. Co-Authored-By: Claude Sonnet 4.6 --- .../routes/documents/[id]/edit/+page.svelte | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/frontend/src/routes/documents/[id]/edit/+page.svelte b/frontend/src/routes/documents/[id]/edit/+page.svelte index 7ff74f28..b8e8e7d4 100644 --- a/frontend/src/routes/documents/[id]/edit/+page.svelte +++ b/frontend/src/routes/documents/[id]/edit/+page.svelte @@ -267,14 +267,24 @@ function handleDateInput(e: Event) { {/if}