diff --git a/frontend/src/app/features/calendar/wp-calendar/wp-calendar.sass b/frontend/src/app/features/calendar/wp-calendar/wp-calendar.sass index 7744959e3c..f6281ae908 100644 --- a/frontend/src/app/features/calendar/wp-calendar/wp-calendar.sass +++ b/frontend/src/app/features/calendar/wp-calendar/wp-calendar.sass @@ -1,4 +1,6 @@ .op-wp-calendar + --fc-border-color: #cccccc + // Ensure some sane min-height // to ensure fullcalendar has something to render min-height: 200px diff --git a/frontend/src/global_styles/content/modules/_team_planner.sass b/frontend/src/global_styles/content/modules/_team_planner.sass index e0dca33412..bd6eb6fb4f 100644 --- a/frontend/src/global_styles/content/modules/_team_planner.sass +++ b/frontend/src/global_styles/content/modules/_team_planner.sass @@ -13,6 +13,8 @@ display: none .op-team-planner + --fc-border-color: #cccccc + &--calendar_empty .fc-scrollgrid-section-body, .fc-scrollgrid-section-footer diff --git a/frontend/src/global_styles/vendor/_full_calendar.sass b/frontend/src/global_styles/vendor/_full_calendar.sass index 5d05069d86..e7395d1717 100644 --- a/frontend/src/global_styles/vendor/_full_calendar.sass +++ b/frontend/src/global_styles/vendor/_full_calendar.sass @@ -10,15 +10,11 @@ .fc-col-header-cell-cushion padding: 12px 16px - .fc-timeline-lane, - .fc-timeline-slot-lane - border-color: #c1c1c1 - .fc-timeline-lane-frame padding: 4px 0 .fc-resource-timeline-divider - width: 1px + width: 0 background: none border: none cursor: unset