mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix tasklist hover in mobile style
This commit is contained in:
parent
c597b07559
commit
809e811447
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue