Merge pull request #625 from ant-design/css-switch

chore: replace `no-drop` with `not-allowed`
This commit is contained in:
afc163 2015-12-03 11:11:23 +08:00
commit d88c3c9fbd

View File

@ -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 {