Fix transparent background on weekends (#4290)
* fix transparent background on weekends * revert manifest changes
This commit is contained in:
parent
f20f0c6d9d
commit
be80d3ca82
1 changed files with 3 additions and 1 deletions
|
@ -235,7 +235,9 @@
|
|||
|
||||
.fc-day-sat,
|
||||
.fc-day-sun {
|
||||
background-color: rgba(var(--center-channel-color-rgb), 0.04);
|
||||
&:not(.fc-popover) {
|
||||
background-color: rgba(var(--center-channel-color-rgb), 0.04);
|
||||
}
|
||||
}
|
||||
|
||||
.dateDisplay {
|
||||
|
|
Loading…
Reference in a new issue