From 809e8114470d936409679ce62dfa07b63a9e4877 Mon Sep 17 00:00:00 2001 From: Max Pozdeev Date: Sun, 25 Jul 2021 17:21:52 +0300 Subject: [PATCH] fix tasklist hover in mobile style --- src/content/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }