From fe70b8aee62043fb8df71902c637f385c92132be Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 10 Mar 2026 18:29:11 +0200 Subject: [PATCH] fix(note_badges): saved indicator not disappearing if reduced motion was activated --- apps/client/src/widgets/layout/NoteBadges.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/layout/NoteBadges.css b/apps/client/src/widgets/layout/NoteBadges.css index 013963adb4..1283ee99ee 100644 --- a/apps/client/src/widgets/layout/NoteBadges.css +++ b/apps/client/src/widgets/layout/NoteBadges.css @@ -36,6 +36,10 @@ animation: fadeOut 250ms ease-in 5s forwards; pointer-events: none; } + + body#trilium-app.motion-disabled &.saved { + animation: fadeOut 0s 5s forwards !important; + } } &.active-content-badge { --color: var(--badge-active-content-background-color); } &.active-content-badge.disabled {