mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 21:07:05 -06:00
client/settings/disable motion: add the CSS implementation
This commit is contained in:
parent
bedf9112fb
commit
5e88043c7b
@ -28,6 +28,14 @@
|
|||||||
--ck-mention-list-max-height: 500px;
|
--ck-mention-list-max-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.motion-disabled *,
|
||||||
|
body.motion-disabled *::before,
|
||||||
|
body.motion-disabled *::after {
|
||||||
|
/* Disable transitions and animations */
|
||||||
|
transition: none !important;
|
||||||
|
animation: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
--bs-table-bg: transparent !important;
|
--bs-table-bg: transparent !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user