Revert "Fix right border on today not being visible in month and week view when using Firefox"

This commit is contained in:
Christoph Wurst 2021-03-24 10:35:22 +01:00 committed by GitHub
parent e59d77155b
commit 16357ba9da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -96,12 +96,6 @@
}
}
// Fix right border on today not being visible in month and week view when using Firefox
.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
z-index: -1;
}
// ### FullCalendar Event adjustments
.fc-event {
padding-left: 3px;