Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calendar - $kendo-calendar-cell SASS-variable is not considered. #4880

Open
zhpenkov opened this issue Feb 5, 2024 · 0 comments
Open

Calendar - $kendo-calendar-cell SASS-variable is not considered. #4880

zhpenkov opened this issue Feb 5, 2024 · 0 comments
Labels
Bug Something isn't working C:Calendar FP: Unplanned

Comments

@zhpenkov
Copy link
Contributor

zhpenkov commented Feb 5, 2024

Describe the bug

Reported in ticket: 1639003

The problem comes from:

  • lack of border-style: solid to the Calendar's Cells

  • $kendo-calendar-cell-border: null !default; variable, which is defined in the variable.scss file but never used.

  • $kendo-calendar-cell-selected-border: $kendo-selected-border !default;, $kendo-calendar-cell-selected-hover-border: $kendo-selected-hover-border !default; , which apply border-color, which does not appear due to the lack of border-style: solid

With further investigation, it appears that there is no style rule for setting border-style to Calendar cells.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Affected package (please remove the unneeded items)

  • theme-default
  • theme-bootstrap
  • theme-material
  • theme-classic
  • theme-fluent

Affected suites (please remove the unneeded items)

  • Kendo UI for jQuery
  • Kendo UI for Angular
  • Kendo UI for React
  • Kendo UI for Vue
  • Telerik UI for Blazor

Affected browsers (please remove the unneeded items)

  • Not Applicable

Build system information (please remove the unneeded items)

  • Not Applicable

Additional context
Add any other context about the bug.

@zhpenkov zhpenkov added Bug Something isn't working C:Calendar FP: Unplanned labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:Calendar FP: Unplanned
Projects
None yet
Development

No branches or pull requests

1 participant