Closed johanrd closed 1 month ago
Oh, it would be great to use the second option, since implementing such decorative things through js is not optimal. We can add a catch to support the new :has
, this will work in modern browsers, thanks for the idea.
Fixed in v3.0.0 #293
Issue:
When having multiple selected periods, I'd expect the first and last of each range to be rounded:
Proposed solution 1:
Apply
daySelectedFirst
anddaySelectedLast
to all ranges, not only the first and last (globally)Proposed solution 2:
Add separate
daySelectedFirstInRange
anddaySelectedLastInRange
settingsCurrent workaround:
For styling purposes, you could always do some css-fighting like this, but it is not very elegant: