vendor/assets/stylesheets/components/_datepicker.scss in active_frontend-14.1.25 vs vendor/assets/stylesheets/components/_datepicker.scss in active_frontend-14.1.26

- old
+ new

@@ -26,10 +26,13 @@ background: color(haze); cursor: pointer; } } td { - &.today { color: color(primary); } + &.today { + background: color-inverted(primary); + color: color(primary); + } &.day, &.today { &:hover, &:focus { background: color(haze);