File tree 1 file changed +4
-4
lines changed
src/VueDatePicker/style/components
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 158
158
159
159
.dp__cell_auto_range_start {
160
160
@extend %__dp_range_border_radius_start ;
161
- border-start-start-radius : var (--dp-border-radius );
162
- border-end-start-radius : var (--dp-border-radius );
161
+ border-start-start-radius : var (--dp-cell- border-radius );
162
+ border-end-start-radius : var (--dp-cell- border-radius );
163
163
border-inline-start : 1px dashed var (--dp-primary-color );
164
164
border-top : 1px dashed var (--dp-primary-color );
165
165
border-bottom : 1px dashed var (--dp-primary-color );
166
166
}
167
167
168
168
.dp__cell_auto_range_end {
169
169
@extend %__dp_range_border_radius_end ;
170
- border-start-end-radius : var (--dp-border-radius );
171
- border-end-end-radius : var (--dp-border-radius );
170
+ border-start-end-radius : var (--dp-cell- border-radius );
171
+ border-end-end-radius : var (--dp-cell- border-radius );
172
172
border-top : 1px dashed var (--dp-primary-color );
173
173
border-bottom : 1px dashed var (--dp-primary-color );
174
174
border-inline-end : 1px dashed var (--dp-primary-color );
You can’t perform that action at this time.
0 commit comments