1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

Fix #903 litepicker with date range not having correct border (#980)

This commit is contained in:
Robert-Jan de Dreu
2021-12-31 11:38:22 +01:00
committed by GitHub
parent b6c309c777
commit 8ce323fdc4
+3 -1
View File
@@ -17,11 +17,13 @@
fill: none !important;
}
.container__months {
.container__main {
border: 1px solid var(--#{$variable-prefix}border-color);
border-radius: $border-radius;
box-shadow: $dropdown-box-shadow;
}
.container__months {
.month-item-name,
.month-item-year {
font-weight: $font-weight-medium !important;