mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
chore: replace no-drop
with not-allowed
This commit is contained in:
parent
cf6ed2ae36
commit
8223681d26
@ -51,13 +51,13 @@
|
||||
}
|
||||
|
||||
&-disabled {
|
||||
cursor: no-drop;
|
||||
cursor: not-allowed;
|
||||
background: #f4f4f4;
|
||||
border-color: #f4f4f4;
|
||||
|
||||
&:after {
|
||||
background: #ccc;
|
||||
cursor: no-drop;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&-inner {
|
||||
|
Loading…
Reference in New Issue
Block a user