From 74a516aa9eb01b784786e6f7e50d3400107f58a8 Mon Sep 17 00:00:00 2001 From: Jamie V Date: Thu, 11 Mar 2021 10:25:30 -0800 Subject: [PATCH] [Date Picker] Highlight Selected Date (#3678) * WIP: added color, was not sure correct sass variable, charles... take it from here! * adding charles name to the comment for posterity Co-authored-by: Deep Tailor --- src/plugins/timeConductor/date-picker.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/timeConductor/date-picker.scss b/src/plugins/timeConductor/date-picker.scss index f440c6ea3d..9ce416ca47 100644 --- a/src/plugins/timeConductor/date-picker.scss +++ b/src/plugins/timeConductor/date-picker.scss @@ -67,6 +67,10 @@ &.is-in-month { background: $colorMenuElementHilite; } + + &.selected { + background: #1ac6ff; // this should be a variable... CHARLESSSSSS + } } &__day {