diff --git a/src/content/themes/default/style.css b/src/content/themes/default/style.css index 6b4e3f2..32674ee 100644 --- a/src/content/themes/default/style.css +++ b/src/content/themes/default/style.css @@ -500,7 +500,7 @@ li.mtt-item-hidden { display:none; } .task-note-area textarea { width:95%; } #tasklist li.task-row .task-through { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } - #tasklist li.task-row:hover { background-color:#ffffff; } + #tasklist li.task-row:hover { box-shadow:none; } #tasklist li.task-row.task-expanded .task-note-block { display:none; } #tasklist li.task-row.clicked { border:1px solid #DEDEDE; border-radius: 3px; } #tasklist li.task-row.clicked .task-actions { display:block; }