Skip to content

Commit 0a1e4c6

Browse files
authored
Merge branch 'main' into dev
2 parents f489327 + d209820 commit 0a1e4c6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

full.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ body.safari .push-svg #check {
18891889
transition: .18s var(--ease-function), 0s fill;
18901890
animation: push-pre-bobble 0.2s,
18911891
push-expand 0.27s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275),
1892-
push-bobble 0.55s 0.3s var(--cubic-function);
1892+
push-bobble 0.55s 0.3s var(--cubic-function) forwards;
18931893
}
18941894

18951895
body.safari .push-wrapper.checked .push-svg #check {

service-worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,3 @@ self.addEventListener('activate', (evt) => {
8888
});
8989

9090
});
91-

0 commit comments

Comments
 (0)