fix(note_badges): saved indicator not disappearing if reduced motion was activated

This commit is contained in:
Elian Doran
2026-03-10 18:29:11 +02:00
parent 00f66cfb49
commit fe70b8aee6

View File

@@ -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 {