Fixed hover of date picker calendar

This commit is contained in:
Phil Hughes 2016-06-20 09:47:43 +01:00
parent 98cede7ebe
commit 34e313920d

View file

@ -461,10 +461,12 @@
}
}
.ui-state-active,
.ui-state-hover {
color: $md-link-color;
background-color: $calendar-hover-bg;
.ui-datepicker-calendar {
.ui-state-hover,
.ui-state-active {
color: #fff;
border: 0;
}
}
.ui-datepicker-prev,