From a0066a5bcfb4b13d1b5cd53900600b61198ad130 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 14 Feb 2022 10:43:42 +0100 Subject: [PATCH] remove bg color on calendar buttons lines --- src/styles/partials/_datepicker.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; } } }