From 8d439c48a5afaddd8f0f81da45230fbe85e8ab7f Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 12 Aug 2016 15:18:50 +0800 Subject: [PATCH] Remove wrong placeholder cursor --- components/select/style/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/components/select/style/index.less b/components/select/style/index.less index 76a0caefe448..f3416de80737 100644 --- a/components/select/style/index.less +++ b/components/select/style/index.less @@ -215,7 +215,6 @@ height: 20px; max-width: 100%; margin-top: -10px; - cursor: text; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;