FIX: more specific name for rewind blink animation (#37576)

this was leaking into another animation and causing interesting results
😆

<img width="350" alt="image"
src="https://github.com/user-attachments/assets/a4738717-37c2-4f9f-b0dc-d8937d00037e"
/>
This commit is contained in:
Kris
2026-02-05 14:00:15 -05:00
committed by GitHub
parent e09cf0b1f2
commit ae2ab5a2d0
@@ -181,7 +181,7 @@
background: #ff9;
@media (prefers-reduced-motion: no-preference) {
animation: blink 0.5s infinite;
animation: rewind-invites-blink 0.5s infinite;
}
}
@@ -191,7 +191,7 @@
}
}
@keyframes blink {
@keyframes rewind-invites-blink {
0%,
100% {
background: #ff0;