From a204c0afa22eba3718d96377844c6d1ea9c810e6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 1 Sep 2017 10:02:28 +0800 Subject: [PATCH] restore default cursor, close #7410 --- components/input/style/mixin.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index 2452539ba5..ac15cdabb2 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -44,7 +44,6 @@ padding: @input-padding-vertical-base @input-padding-horizontal; width: 100%; height: @input-height-base; - cursor: text; font-size: @font-size-base; line-height: @line-height-base; color: @input-color; -- GitLab