Restored glow animation for category chip

This commit is contained in:
WBHarry 2026-06-12 16:16:42 +02:00
parent 1313b70883
commit 84bfcae484

View file

@ -91,7 +91,7 @@
} }
&.change-glow { &.change-glow {
animation: change-glow 1s ease-in-out infinite; animation: glow 1s ease-in-out infinite;
} }
} }
} }
@ -227,6 +227,16 @@
} }
} }
@keyframes glow {
0% {
box-shadow: 0 0 1px 1px @golden;
}
100% {
box-shadow: 0 0 2px 2px @golden;
}
}
@keyframes shimmer { @keyframes shimmer {
to { to {
background-position-x: 0% background-position-x: 0%