fix(calendar): Event colors were not showing properly
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Refs: 3166
This commit is contained in:
parent
33754b7d67
commit
b3a34489b0
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ vn-zone-calendar {
|
|||
& > .vn-calendar {
|
||||
max-width: 288px;
|
||||
|
||||
.day {
|
||||
#days-container .day {
|
||||
&.event .day-number {
|
||||
background-color: $color-success;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue