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