From 84bfcae484039e7b9f726be7749607d43b25b74e Mon Sep 17 00:00:00 2001 From: WBHarry Date: Fri, 12 Jun 2026 16:16:42 +0200 Subject: [PATCH] Restored glow animation for category chip --- styles/less/ui/countdown/countdown.less | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/styles/less/ui/countdown/countdown.less b/styles/less/ui/countdown/countdown.less index fc027c5b..03d31942 100644 --- a/styles/less/ui/countdown/countdown.less +++ b/styles/less/ui/countdown/countdown.less @@ -91,7 +91,7 @@ } &.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 { to { background-position-x: 0%