fix: week selection not have hover style (#48355)

This commit is contained in:
二货爱吃白萝卜 2024-04-09 21:34:49 +08:00 committed by GitHub
parent 9ffe94d11e
commit 089514bae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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': {