telerik / kendo-theme-default

The default, SCSS-based theme for Kendo UI
https://www.telerik.com/kendo-ui
Other
16 stars 17 forks source link

$calendar-cell-border-radius variable should allow to be overridden #873

Closed svetq closed 6 years ago

svetq commented 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:

>>> .k-calendar-view .k-content .k-link,
>>> .k-calendar-view .k-content td {
      border-radius: 0;
}

https://plnkr.co/edit/9ehpNq3r6E7xVdcpCIRg?p=preview