mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
fix calendar disabled ok btn
This commit is contained in:
parent
d3122af409
commit
8a8a33fb01
@ -280,5 +280,12 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 8px;
|
bottom: 8px;
|
||||||
right: 9px;
|
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