Skip to content

Commit

Permalink
fix(fc): tiny white border on highlighted cells
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Jul 16, 2024
1 parent d6dfba7 commit 1017e40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions css/fullcalendar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,13 @@
.fc-daygrid-day.fc-day-today,
.fc-timegrid-col.fc-day-today {
background-color: var(--color-primary-element-light) !important;
background-clip: padding-box;
}
}

// emphasize current month in month view
.fc-daygrid-day.fc-day.fc-day-other,
.fc .fc-daygrid-day.fc-day-today.fc-day-other {
background-color: var(--color-background-dark) !important;
background-clip: padding-box;
border: 1px solid var(--color-background-darker);
.fc-daygrid-day-top {
opacity: 0.6;
Expand Down

0 comments on commit 1017e40

Please sign in to comment.