From abf86fa0cfc76144c274a2fa8aa8f1177d7db68e Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 25 Oct 2017 19:45:03 +0800 Subject: [PATCH] remove cursor pointer --- src/components/Charts/MiniProgress/index.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Charts/MiniProgress/index.less b/src/components/Charts/MiniProgress/index.less index 4ef52607..29314c6f 100644 --- a/src/components/Charts/MiniProgress/index.less +++ b/src/components/Charts/MiniProgress/index.less @@ -17,7 +17,6 @@ height: 100%; } .target { - cursor: pointer; position: absolute; top: 0; bottom: 0; @@ -35,4 +34,3 @@ } } } - -- GitLab