Skip to content

Commit

Permalink
fix(calendar): remove hidden from out of range cells to allow customi…
Browse files Browse the repository at this point in the history
…zation with themebuilder
  • Loading branch information
TeyaVes authored and Juveniel committed Aug 8, 2022
1 parent 23363b8 commit 75efce8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/default/scss/calendar/_theme.scss
Expand Up @@ -85,7 +85,6 @@
}
.k-out-of-range {
pointer-events: none;
visibility: hidden;
}


Expand Down
1 change: 0 additions & 1 deletion packages/fluent/scss/calendar/_theme.scss
Expand Up @@ -192,6 +192,5 @@

.k-out-of-range {
pointer-events: none;
visibility: hidden;
}
}

0 comments on commit 75efce8

Please sign in to comment.