mirror of
https://github.com/zadam/trilium.git
synced 2026-03-11 14:40:22 +01:00
fix(note_badges): saved indicator not disappearing if reduced motion was activated
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user