Skip to content

Commit 79fe66a

Browse files
committed
- remove misleading "cursor: grab" from task-item styling
1 parent aff202f commit 79fe66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/todo_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
.filter-btn:hover {color: var(--text);}
3636
.filter-btn.active {color: var(--primary); font-weight: 500;}
3737
.task-list {list-style: none;}
38-
.task-item {display: flex; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--border); cursor: grab;}
38+
.task-item {display: flex; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--border);}
3939
.task-item:last-child {border-bottom: none;}
4040
.task-item.sortable-ghost {opacity: 0.5; background: var(--border);}
4141
.task-item.sortable-drag {background: var(--card-bg); box-shadow: var(--shadow);}

0 commit comments

Comments
 (0)