Skip to content

Commit

Permalink
fix(calendar): fix range styles if same day selected
Browse files Browse the repository at this point in the history
fixes #4191
  • Loading branch information
nolimits4web committed Jun 12, 2023
1 parent 4e13c36 commit 84eaf76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/components/calendar/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
.calendar-day-selected-right:first-child:before {
display: none;
}
.calendar-day-selected-left.calendar-day-selected-right:before {
content: none;
display: none;
}

.calendar-day-selected-range {
.calendar-day-number {
Expand Down

0 comments on commit 84eaf76

Please sign in to comment.