Highlight task rows on hover
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -121,6 +121,8 @@ main { padding: 1.25rem; }
|
|||||||
.task-row[data-priority='normal'] { border-left-color: #5588e0; }
|
.task-row[data-priority='normal'] { border-left-color: #5588e0; }
|
||||||
.task-row[data-priority='low'] { border-left-color: #555; }
|
.task-row[data-priority='low'] { border-left-color: #555; }
|
||||||
|
|
||||||
|
.task-row:hover { background: #2c2c2c; }
|
||||||
|
|
||||||
.task-row[data-status='done'] { opacity: 0.5; }
|
.task-row[data-status='done'] { opacity: 0.5; }
|
||||||
.task-row[data-status='cancelled'] { opacity: 0.4; text-decoration: line-through; }
|
.task-row[data-status='cancelled'] { opacity: 0.4; text-decoration: line-through; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user