7565-testToMaster #431

Merged
alexm merged 188 commits from 7565-testToMaster into master 2024-06-11 06:33:01 +00:00
1 changed files with 3 additions and 6 deletions
Showing only changes of commit eaa0288f25 - Show all commits

View File

@ -153,10 +153,7 @@ const getEventAttrs = (timestamp) => {
const attrs = {
title: name,
style:
color && type !== 'holiday'
? `background-color: ${color};`
: 'background-color:#3d3d3d;',
style: color ? `background-color: ${color};` : '',
label: timestamp.day,
};
@ -247,12 +244,12 @@ watch(_year, (newValue) => {
&.--festive {
color: $negative;
border: 2px solid $negative;
// border: 2px solid $negative;
}
&.--holiday {
& > span:nth-child(2) .block {
color: $negative;
color: white;
}
}