1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Fix transparent background on weekends (#4290)

* fix transparent background on weekends

* revert manifest changes
This commit is contained in:
Scott Bishel 2022-12-14 17:05:38 -07:00 committed by GitHub
parent f20f0c6d9d
commit be80d3ca82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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