mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Fix disabled cascader cursor
This commit is contained in:
parent
6d7f571c1d
commit
c61d31f4d1
@ -13,6 +13,10 @@
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
|
||||
&-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&-clear {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user