mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
remove :hover on task row
This commit is contained in:
parent
96d63686ab
commit
e897ce13b2
1 changed files with 0 additions and 3 deletions
|
|
@ -173,8 +173,6 @@ li.task-row.task-expanded .task-toggle { transform:rotate(90deg); }
|
|||
}
|
||||
#tasklist li.task-row:hover,
|
||||
#tasklist li.task-row.menu-active {
|
||||
box-shadow: 1px 0 3px 1px rgba(0,0,0,0.2);
|
||||
/* transition: box-shadow .1s ease-in; */
|
||||
z-index: 1;
|
||||
}
|
||||
#tasklist .task-block {
|
||||
|
|
@ -503,7 +501,6 @@ 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 { 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