Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.43k stars 142 forks source link

Wrong border radius when hovering week in week mode #827

Closed alessandromontesanti closed 4 months ago

alessandromontesanti commented 4 months ago

In version 8.4.0, the --dp-border-radius, instead of --dp-cell-border-radius, is applied when hovering a week

As you can see in the screenshot below, --dp-cell-border-radius is applied to the selected week, while --dp-border-radius is applied to the hovered row.

Screenshot 2024-04-12 alle 11 54 36

When hovering the selected week, --dp-border-radius is also applied, causing a transition of the border-radius:

Screenshot 2024-04-12 alle 11 54 46