mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix: transfer disabled header dropdown cursor (#26005)
This commit is contained in:
parent
87555eb5a9
commit
5461934f54
@ -94,6 +94,10 @@
|
||||
transform: translateY(10%);
|
||||
cursor: pointer;
|
||||
.iconfont-size-under-12px(10px);
|
||||
|
||||
&[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user