mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* do not highlight a task on hover in tasklist
This commit is contained in:
parent
b4703b29f8
commit
b721ca9b33
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue