Closed svetq closed 6 years ago
The variable $calendar-cell-border-radius in _layout.scss of the calendar component should be allowed to be overridden. As a workaround we can add the following CSS:
$calendar-cell-border-radius
>>> .k-calendar-view .k-content .k-link, >>> .k-calendar-view .k-content td { border-radius: 0; }
https://plnkr.co/edit/9ehpNq3r6E7xVdcpCIRg?p=preview
The variable
$calendar-cell-border-radius
in _layout.scss of the calendar component should be allowed to be overridden. As a workaround we can add the following CSS:https://plnkr.co/edit/9ehpNq3r6E7xVdcpCIRg?p=preview