fix: Picker disabled today (#24190)

pull/24194/head
二货机器人 5 years ago committed by GitHub
parent 188e5630b3
commit a83143bbbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -587,7 +587,8 @@ Array [
class="ant-picker-footer"
>
<a
class="ant-picker-today-btn"
aria-disabled="true"
class="ant-picker-today-btn ant-picker-today-btn-disabled"
>
Today
</a>

@ -436,6 +436,11 @@
&:active {
color: @link-active-color;
}
&&-disabled {
color: @disabled-color;
cursor: not-allowed;
}
}
// ========================================================

@ -127,7 +127,7 @@
"rc-menu": "~8.1.0",
"rc-notification": "~4.3.0",
"rc-pagination": "~2.2.0",
"rc-picker": "~1.4.0",
"rc-picker": "~1.4.16",
"rc-progress": "~3.0.0",
"rc-rate": "~2.6.0",
"rc-resize-observer": "^0.2.0",

Loading…
Cancel
Save