Skip to content

Commit ccd0b18

Browse files
committed
improvement(chat): reset background-clip in reduced-motion shimmer fallback
1 parent cba6794 commit ccd0b18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/components/ui/shimmer-text.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
@media (prefers-reduced-motion: reduce) {
3030
.shimmer {
3131
background-image: none;
32+
-webkit-background-clip: initial;
33+
background-clip: initial;
3234
color: var(--shimmer-rest, var(--text-body));
3335
animation: shimmer-pulse 2.2s ease-in-out infinite;
3436
}

0 commit comments

Comments
 (0)