add outline and secondary variants to TimeTrackerStartStop button to reduce visual complexity

This commit is contained in:
Gregor Vostrak
2026-01-15 18:44:42 +01:00
parent 79999fde28
commit 3fb75ec3d5
6 changed files with 63 additions and 31 deletions

View File

@@ -163,7 +163,8 @@ async function handleDeleteTimeEntry() {
@changed="updateStartEndTime"></TimeEntryRowDurationInput>
<TimeTrackerStartStop
:active="!!(timeEntry.start && !timeEntry.end)"
class="opacity-20 flex focus-visible:opacity-100 group-hover:opacity-100"
variant="secondary"
class="opacity-60 flex focus-visible:opacity-100 group-hover:opacity-100"
@changed="onStartStopClick"></TimeTrackerStartStop>
<TimeEntryMoreOptionsDropdown
@edit="handleEdit"