You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch! Would you like to make a pull request with the fix? You need to add [ngClass]="event.cssClass" under this line. Let me know if you need any more info 😄
Describe the bug
Custom css classes via
cssClass
work everywhere except if you create an all-day event in a day-view.Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-15euhv?file=demo/component.ts
<mwl-calendar-day-view>
cssClass: 'my-custom-event'
.my-custom-event .cal-event { background-color: #FFF; }
to the global scss fileScreenshots
Versions
@angular/core
: 6.1.0angular-calendar
: 0.26.1The text was updated successfully, but these errors were encountered: