From b3a34489b080bbbc0350dc0a49f56d59ef5b1e9f Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 4 Oct 2021 09:30:55 +0200 Subject: [PATCH] fix(calendar): Event colors were not showing properly Refs: 3166 --- modules/worker/front/calendar/style.scss | 4 ++-- modules/zone/front/calendar/style.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/worker/front/calendar/style.scss b/modules/worker/front/calendar/style.scss index a028c8c30..70e998a4f 100644 --- a/modules/worker/front/calendar/style.scss +++ b/modules/worker/front/calendar/style.scss @@ -42,7 +42,7 @@ vn-worker-calendar { border-bottom: 1px solid rgba(0, 0, 0, 0.3); } - vn-avatar.festive, + .festive, vn-avatar.today { background-color: $color-font-dark; width: 24px; @@ -50,7 +50,7 @@ vn-worker-calendar { height: 24px } - vn-avatar.festive { + .festive { border: 2px solid $color-alert } diff --git a/modules/zone/front/calendar/style.scss b/modules/zone/front/calendar/style.scss index 14d234c1b..25b6a87d1 100644 --- a/modules/zone/front/calendar/style.scss +++ b/modules/zone/front/calendar/style.scss @@ -26,7 +26,7 @@ vn-zone-calendar { & > .vn-calendar { max-width: 288px; - .day { + #days-container .day { &.event .day-number { background-color: $color-success; }