Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/components/shared/agent-mascot/mascot.css
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,11 @@

/* === Reduced Motion === */
@media (prefers-reduced-motion: reduce) {
/* The bare `.is-animated` selectors below are not redundant with the `*`
ones: `*` only matches descendants, so a mascot that animates its own
wrapper needs to name itself. claude-jump, omp-float and dsh-breach are
the three hover loops that live on the wrapper. */
.mascot-claude.is-animated,
.mascot-claude.is-animated *,
.mascot-cursor.is-animated *,
.mascot-codex.is-animated *,
Expand Down
Loading