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:
parent
f20f0c6d9d
commit
be80d3ca82
@ -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 New Issue
Block a user