From 089514bae9d0ce2421b580d2bb9f7259df79c180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Tue, 9 Apr 2024 21:34:49 +0800 Subject: [PATCH] fix: week selection not have hover style (#48355) --- components/date-picker/style/panel.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/date-picker/style/panel.ts b/components/date-picker/style/panel.ts index 96813cf71e..dd14df393e 100644 --- a/components/date-picker/style/panel.ts +++ b/components/date-picker/style/panel.ts @@ -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': {