Settings/Appearance: improve CSS selector specificity

This commit is contained in:
Adorian Doran
2025-08-22 21:37:56 +03:00
parent e4a8258acf
commit 9b1da8c311
2 changed files with 4 additions and 4 deletions

View File

@@ -28,9 +28,9 @@
--ck-mention-list-max-height: 500px;
}
body.motion-disabled *,
body.motion-disabled *::before,
body.motion-disabled *::after {
body#trilium-app.motion-disabled *,
body#trilium-app.motion-disabled *::before,
body#trilium-app.motion-disabled *::after {
/* Disable transitions and animations */
transition: none !important;
animation: none !important;