mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis92.github.io/angular-calendar/
MIT License
2.72k stars 865 forks source link

Customisation of styles #1580

Closed xionglingfeng closed 2 years ago

xionglingfeng commented 2 years ago

Currently, some css classes are hardcoded, e.g., cal-cell-row. These classes also come with default definitions, such as border. If I want to remove all borders, I have to overwrite these classes in styles.scss like

.cal-cell-row {
    border: 0 !important;
}

A better solution would be changing these hard-coded classes to be configurable.

matts-bot[bot] commented 2 years ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

If you would like to submit a support issue or get a faster reply, please consider sponsoring me.

Thank you! ✌️