mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-27 09:44:39 +00:00
feat(tasks): various little improvements
This commit is contained in:
parent
672bc47451
commit
83544b59c8
4 changed files with 26 additions and 22 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<button (click)="startTask()"
|
||||
*ngIf="!task.isDone && !isCurrent && !task.subTasks"
|
||||
title="Start tracking time"
|
||||
class="ico-btn"
|
||||
class="ico-btn start-task-btn"
|
||||
color=""
|
||||
mat-icon-button
|
||||
tabindex="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue