Skip to content

Commit a6a6f60

Browse files
Add background to running clock animation on time entry list (#364)
2 parents 2719b4d + 12b5b36 commit a6a6f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/time_entries/_time_entry.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div id="<%= dom_id(time_entry) %>" class="<%= running_class %> border border-base-300 rounded-box border bg-base-100 flex flex-col md:flex-row gap-8 relative peer peer-exists tour--time-entry">
33
<% if time_entry.running? %>
44
<span class="absolute left-[-7px] flex" style="width:16px; height:16px; top: calc(50% - 6px)">
5-
<span class="relative inline-flex rounded-full text-success" style="left:-2px;top:-2px;font-size:16px">
5+
<span class="relative inline-flex rounded-full bg-base-100 text-success" style="left:-2px;top:-2px;font-size:16px">
66
<i class="animate-spin ti ti-clock"></i>
77
</span>
88
<span style='width:16px;height:16px;left: -2px; top:-2px;' class="animate-ping absolute inline-flex rounded-full bg-success"></span>

0 commit comments

Comments
 (0)