Skip to content

Commit

Permalink
fix(calendar input): week number not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Rom1-B authored and cedric-anne committed Jul 26, 2023
1 parent 61a11a4 commit 020c4a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/includes/components/_flatpickr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ body {
box-shadow: 1px 0 0 $picker-shadow-color;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
color: $picker-text-faded-color;
}

.flatpickr-time .numInputWrapper span.arrowUp::after {
border-bottom-color: $picker-text-color;
}
Expand Down

0 comments on commit 020c4a9

Please sign in to comment.