Skip to content
Snippets Groups Projects
Commit 34e31392 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed hover of date picker calendar

parent 98cede7e
No related branches found
No related tags found
1 merge request!4786Fixed hover of date picker calendar
Pipeline #
Loading
@@ -461,10 +461,12 @@
Loading
@@ -461,10 +461,12 @@
} }
} }
   
.ui-state-active, .ui-datepicker-calendar {
.ui-state-hover { .ui-state-hover,
color: $md-link-color; .ui-state-active {
background-color: $calendar-hover-bg; color: #fff;
border: 0;
}
} }
   
.ui-datepicker-prev, .ui-datepicker-prev,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment