We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff202f commit 79fe66aCopy full SHA for 79fe66a
tools/todo_list.html
@@ -35,7 +35,7 @@
35
.filter-btn:hover {color: var(--text);}
36
.filter-btn.active {color: var(--primary); font-weight: 500;}
37
.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;}
+ .task-item {display: flex; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid var(--border);}
39
.task-item:last-child {border-bottom: none;}
40
.task-item.sortable-ghost {opacity: 0.5; background: var(--border);}
41
.task-item.sortable-drag {background: var(--card-bg); box-shadow: var(--shadow);}
0 commit comments