From 76f724b05890717f21591f0a2d13a71a0643d273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sat, 5 Dec 2020 23:58:12 +0800 Subject: [PATCH] fix: Tag cursor style (#28219) close #28218 --- components/tag/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/tag/style/index.less b/components/tag/style/index.less index ec7046be8c..02c7862343 100644 --- a/components/tag/style/index.less +++ b/components/tag/style/index.less @@ -16,7 +16,6 @@ background: @tag-default-bg; border: @border-width-base @border-style-base @border-color-base; border-radius: @border-radius-base; - cursor: default; opacity: 1; transition: all 0.3s;