remove bg color on calendar buttons lines

This commit is contained in:
Tykayn 2022-02-14 10:43:42 +01:00 committed by tykayn
parent 34da989c9b
commit a0066a5bcf

View File

@ -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;
}
}
}