From b721ca9b33880dda83e4e6f236c3c617b61e4658 Mon Sep 17 00:00:00 2001 From: maxpozdeev Date: Sat, 2 Dec 2023 14:27:33 +0300 Subject: [PATCH] * do not highlight a task on hover in tasklist --- src/content/theme/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);