|
206 | 206 | } |
207 | 207 |
|
208 | 208 | .calendars:not(.select-week) &.range:not(.range ~ *) .calendar-cell-inner::after { |
209 | | - @include border-start-radius-flex($border-radius); |
| 209 | + @include border-start-radius($border-radius); |
210 | 210 | } |
211 | 211 |
|
212 | 212 | .calendars:not(.select-week) &.range:not(:has(~ .range)) .calendar-cell-inner::after { |
213 | | - @include border-end-radius-flex($border-radius); |
| 213 | + @include border-end-radius($border-radius); |
214 | 214 | } |
215 | 215 |
|
216 | 216 | &.range-hover:first-of-type, |
217 | 217 | &:not(.range-hover) + &.range-hover { |
218 | 218 | .calendar-cell-inner::before { |
219 | 219 | border-inline-start: 1px dashed var(--#{$prefix}calendar-cell-selected-bg); |
220 | | - @include border-start-radius-flex($border-radius); |
| 220 | + @include border-start-radius($border-radius); |
221 | 221 | } |
222 | 222 | } |
223 | 223 |
|
224 | 224 | &.range-hover:not(:has(~ .range-hover)) .calendar-cell-inner::before { |
225 | 225 | border-inline-end: 1px dashed var(--#{$prefix}calendar-cell-selected-bg); |
226 | | - @include border-end-radius-flex($border-radius); |
| 226 | + @include border-end-radius($border-radius); |
227 | 227 | } |
228 | 228 |
|
229 | 229 | // stylelint-disable-next-line at-rule-no-vendor-prefix |
230 | 230 | @-moz-document url-prefix() { |
231 | 231 | .calendars:not(.select-week) &:nth-last-child(1 of .range), |
232 | 232 | .calendars:not(.select-week) &:nth-last-child(1 of .available) { |
233 | 233 | .calendar-cell-inner::after { |
234 | | - @include border-end-radius-flex($border-radius); |
| 234 | + @include border-end-radius($border-radius); |
235 | 235 | } |
236 | 236 | } |
237 | 237 |
|
238 | 238 | &:nth-last-child(1 of .range-hover) .calendar-cell-inner::before { |
239 | 239 | border-inline-end: 1px dashed var(--#{$prefix}calendar-cell-selected-bg); |
240 | | - @include border-end-radius-flex($border-radius); |
| 240 | + @include border-end-radius($border-radius); |
241 | 241 | } |
242 | 242 | } |
243 | 243 |
|
|
270 | 270 | } |
271 | 271 |
|
272 | 272 | .calendar-cell:first-of-type .calendar-cell-inner { |
273 | | - @include border-start-radius-flex($border-radius); |
| 273 | + @include border-start-radius($border-radius); |
274 | 274 | &::before, |
275 | 275 | &::after { |
276 | | - @include border-start-radius-flex($border-radius); |
| 276 | + @include border-start-radius($border-radius); |
277 | 277 | } |
278 | 278 | } |
279 | 279 |
|
280 | 280 | .calendar-cell:last-of-type .calendar-cell-inner { |
281 | | - @include border-end-radius-flex($border-radius); |
| 281 | + @include border-end-radius($border-radius); |
282 | 282 | &::before, |
283 | 283 | &::after { |
284 | | - @include border-end-radius-flex($border-radius); |
| 284 | + @include border-end-radius($border-radius); |
285 | 285 | } |
286 | 286 | } |
287 | 287 |
|
|
0 commit comments