From edd3754e46f1ed8b8d8a096802ec307c8612b9d2 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Sat, 31 Jan 2026 22:44:52 +0000 Subject: [PATCH] WIP --- .../features/page-history/components/history-diff.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/client/src/features/page-history/components/history-diff.module.css b/apps/client/src/features/page-history/components/history-diff.module.css index dc9706d4a..0d0d58f2c 100644 --- a/apps/client/src/features/page-history/components/history-diff.module.css +++ b/apps/client/src/features/page-history/components/history-diff.module.css @@ -40,9 +40,8 @@ } :global(.history-diff-node-deleted) { - display: block; opacity: 0.5; outline: rem(2px) dashed light-dark(var(--mantine-color-red-4), var(--mantine-color-red-6)); - outline-offset: rem(2px); + outline-offset: rem(4px); border-radius: rem(4px); }