Skip to content

Commit

Permalink
fix: week selection not have hover style (#48355)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 9, 2024
1 parent 9ffe94d commit 089514b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/date-picker/style/panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ export const genPanelStyle = (token: SharedPickerToken): CSSObject => {

[`&-range-start td,
&-range-end td,
&-selected td`]: {
&-selected td,
&-hover td`]: {
// Rise priority to override hover style
[`&${pickerCellCls}`]: {
'&:before': {
Expand Down

0 comments on commit 089514b

Please sign in to comment.