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
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
Currently there are CSS classes for selectable dates, selected dates and disabled dates.
Currently dates that are not in the month use the 'disabled' class but I think having their own class is useful so that they can be styled independently of the disabled dates.
The text was updated successfully, but these errors were encountered:
As you can see, the attribute 'marker' will be false for days out of month.
So you can juste overide the default template and add a custom class : <td ng-class="{mighty-picker-calendar__day--out-of-month: !day.marker}">
I hope it will help.
The best solution should be to add the 'withinMonth' value to the attribute returned by this method.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there are CSS classes for selectable dates, selected dates and disabled dates.
Currently dates that are not in the month use the 'disabled' class but I think having their own class is useful so that they can be styled independently of the disabled dates.
The text was updated successfully, but these errors were encountered: