mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 02:59:03 +01:00
client/settings/disable motion: fix submenus not opening
This commit is contained in:
parent
5e88043c7b
commit
e4a8258acf
@ -363,7 +363,7 @@ body.desktop .tabulator-popup-container {
|
||||
|
||||
@supports (animation-fill-mode: forwards) {
|
||||
/* Delay the opening of submenus */
|
||||
body.desktop .dropdown-submenu .dropdown-menu {
|
||||
body.desktop:not(.motion-disabled) .dropdown-submenu .dropdown-menu {
|
||||
opacity: 0;
|
||||
animation-fill-mode: forwards;
|
||||
animation-delay: var(--submenu-opening-delay);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user