* do not highlight a task on hover in tasklist

This commit is contained in:
maxpozdeev 2023-12-02 14:27:33 +03:00
parent b4703b29f8
commit b721ca9b33

View file

@ -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);