You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and it works great when the current day is within the date range that is displayed in one row within the same <tr>, however when the date range is broken down into two parts then the styling also breaks like so:
The closest template I could use to get to rows (not fields) was the template_preprocess_calendar_month and the part that was not working for me where I injected a new class for styling purposes looks like this:
but it was quite a "dirty" hack, so I thought to report this issue in hope that module maintainers could come up with better solution. Thanks for consideration!
The text was updated successfully, but these errors were encountered:
Well, I would definitely file a PR if I knew how to come up with more generic approach that would work for everybody else. In my use case, as I explained, I had to use "quite dirty" hack that won't work for other users.
To highlight the date range containing the current date, I used the "starts-today" class shown on the html code below:
and it works great when the current day is within the date range that is displayed in one row within the same
<tr>
, however when the date range is broken down into two parts then the styling also breaks like so:The closest template I could use to get to rows (not fields) was the
template_preprocess_calendar_month
and the part that was not working for me where I injected a new class for styling purposes looks like this:but it was quite a "dirty" hack, so I thought to report this issue in hope that module maintainers could come up with better solution. Thanks for consideration!
The text was updated successfully, but these errors were encountered: