mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix calendar disabled ok btn
This commit is contained in:
parent
d3122af409
commit
8a8a33fb01
@ -280,5 +280,12 @@
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 9px;
|
||||
|
||||
&-disabled {
|
||||
color: #ccc !important;
|
||||
background-color: #f3f5f7 !important;
|
||||
border-color: #d9d9d9 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user