mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Add today disabled style for datepicker, fix #606
This commit is contained in:
parent
bc2d84f444
commit
e2e0fa291b
@ -235,6 +235,10 @@
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
margin: 0 0 0 8px;
|
||||
&-disabled {
|
||||
color: #ccc;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
|
||||
.@{calendar-prefix-cls}-clear-btn {
|
||||
|
Loading…
Reference in New Issue
Block a user