mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: Picker disabled today (#24190)
This commit is contained in:
parent
188e5630b3
commit
a83143bbbc
@ -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…
Reference in New Issue
Block a user