diff --git a/src/styles/partials/_datepicker.scss b/src/styles/partials/_datepicker.scss index e239e437..b0924c07 100644 --- a/src/styles/partials/_datepicker.scss +++ b/src/styles/partials/_datepicker.scss @@ -135,11 +135,15 @@ p-calendar, } // weekend days + tr { + background: $white; + } tr > td { + background: $white; &:nth-of-type(6), &:nth-of-type(7) { //border-left: 1px solid $border-color; - background: $bg-grey; + //background: $bg-grey; } } }