fix disabled a style, close #823

This commit is contained in:
afc163 2016-01-08 00:22:18 +08:00
parent a1040e5ce1
commit 1cff3f77f0

View File

@ -70,7 +70,7 @@ a {
}
&[disabled] {
// color: @grey-200;
color: #ccc;
cursor: not-allowed;
pointer-events: none;
}