feat(Calendar): add allow-same-day prop (#5688)
This commit is contained in:
@@ -100,6 +100,7 @@
|
||||
|
||||
&--end,
|
||||
&--start,
|
||||
&--start-end,
|
||||
&--multiple-middle,
|
||||
&--multiple-selected {
|
||||
color: @calendar-range-edge-color;
|
||||
@@ -114,6 +115,7 @@
|
||||
border-radius: 0 @border-radius-md @border-radius-md 0;
|
||||
}
|
||||
|
||||
&--start-end,
|
||||
&--multiple-selected {
|
||||
border-radius: @border-radius-md;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user