Set variable for FullCalendar border colour so that we don't have to select every element on its own

pull/10190/head
Henriette Darge 3 years ago
parent 97fb8fbf09
commit 880409f8ce
  1. 2
      frontend/src/app/features/calendar/wp-calendar/wp-calendar.sass
  2. 2
      frontend/src/global_styles/content/modules/_team_planner.sass
  3. 6
      frontend/src/global_styles/vendor/_full_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

@ -13,6 +13,8 @@
display: none
.op-team-planner
--fc-border-color: #cccccc
&--calendar_empty
.fc-scrollgrid-section-body,
.fc-scrollgrid-section-footer

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

Loading…
Cancel
Save