mirror of
https://github.com/nasa/openmct.git
synced 2025-06-09 10:51:39 +00:00
[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 <deep.j.tailor@nasa.gov>
This commit is contained in:
parent
28e26461cc
commit
74a516aa9e
@ -67,6 +67,10 @@
|
|||||||
&.is-in-month {
|
&.is-in-month {
|
||||||
background: $colorMenuElementHilite;
|
background: $colorMenuElementHilite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.selected {
|
||||||
|
background: #1ac6ff; // this should be a variable... CHARLESSSSSS
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__day {
|
&__day {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user