chore: replace no-drop with not-allowed

This commit is contained in:
Benjy Cui 2015-12-03 09:37:57 +08:00 committed by afc163
parent cf6ed2ae36
commit 8223681d26

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 {