diff --git a/src/content/theme/style.css b/src/content/theme/style.css index 336c413..bcec115 100644 --- a/src/content/theme/style.css +++ b/src/content/theme/style.css @@ -600,7 +600,7 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); } background-color: var(--color-tasklist-row); /* ?? */ position:relative; /* for z-index */ } -#mtt:not(.touch-device) #tasklist li.task-row:hover, +/*#mtt:not(.touch-device) #tasklist li.task-row:hover,*/ #mtt:not(.touch-device) #tasklist li.task-row.menu-active { z-index: 1; box-shadow: 0 0 2px var(--color-tasklisk-hover-shadow);