fixed today mark in datepicker inline in card with bg-*

This commit is contained in:
REJack
2019-08-19 12:09:46 +02:00
parent e4970b6c30
commit 7dd7bce535

View File

@@ -52,6 +52,10 @@
color: color-yiq($color);
}
table td.today::before {
border-bottom-color: color-yiq($color);
}
table td.active,
table td.active:hover {
background: lighten($color, 10%);