From 1cff3f77f061b96f9ff6121df21e7f8be38f6187 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 8 Jan 2016 00:22:18 +0800 Subject: [PATCH] fix disabled a style, close #823 --- style/core/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/core/base.less b/style/core/base.less index b678c43e88..8cb73a4fbd 100644 --- a/style/core/base.less +++ b/style/core/base.less @@ -70,7 +70,7 @@ a { } &[disabled] { - // color: @grey-200; + color: #ccc; cursor: not-allowed; pointer-events: none; }