From c99a59a44c82b3885245d8650963ff7dba60f0cb Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 14 May 2016 15:17:42 +0800 Subject: [PATCH] update input-number disabled style --- components/input-number/style/index.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index 8325f8239e..8ff4001a48 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -7,11 +7,7 @@ .handler-disabled() { opacity: 0.72; color: #ccc !important; - cursor: default; - &:hover { - color: #ccc; - cursor: default; - } + cursor: not-allowed;; } .@{input-number-prefix-cls} {