Prevent selecting disabled dates

This commit is contained in:
Sergio Crisostomo 2018-05-21 08:24:56 +02:00
parent e9d7ff50f5
commit 939a162ad7
4 changed files with 13 additions and 4 deletions

View file

@ -46,7 +46,7 @@
}
&-cell:hover, &-focused{
em{
background: @date-picker-cell-hover-bg;
background: @date-picker-cell-hover-bg !important;
}
}