Skip to content

Commit

Permalink
enhancement(Datepicker) add implemented day selector classes without …
Browse files Browse the repository at this point in the history
…styling as todos in scss file
  • Loading branch information
gselderslaghs committed Dec 28, 2024
1 parent 29ff969 commit 2c4e2ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sass/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,15 @@
}
}

// @todo
.datepicker-day.has-event {}
// @todo
.datepicker-day.is-inrange {}
// @todo
.datepicker-day.is-startrange {}
// @todo
.datepicker-day.is-endrange {}

.datepicker-day.is-daterange-start,
.datepicker-day.is-daterange-end,
.datepicker-day.is-daterange {
Expand Down

0 comments on commit 2c4e2ae

Please sign in to comment.