fix(calendar): Event colors were not showing properly
gitea/salix/pipeline/head This commit looks good Details

Refs: 3166
This commit is contained in:
Joan Sanchez 2021-10-04 09:30:55 +02:00
parent 33754b7d67
commit b3a34489b0
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -26,7 +26,7 @@ vn-zone-calendar {
& > .vn-calendar {
max-width: 288px;
.day {
#days-container .day {
&.event .day-number {
background-color: $color-success;
}