From 4e6ffa7b855c290fa01c65a3ddbfe9ffc06ff36f Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 May 2021 13:41:05 +0200 Subject: [PATCH] style(schedule): highlight running schedule entries --- frontend/src/app.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/app.sass b/frontend/src/app.sass index 416e49528..9b453498d 100644 --- a/frontend/src/app.sass +++ b/frontend/src/app.sass @@ -1658,7 +1658,10 @@ table.schedule background-color: var(--color-primary) .schedule--entry.schedule-current - background-color: var(--color-primary) + @keyframes schedule-current--blink + 50% + opacity: .85 + animation: schedule-current--blink 2s linear infinite form.schedule-options --schedule-option-radius: 20px 50%