From 37744a073dc12715f37f496a815d3d7871db45fc Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 27 Mar 2017 21:09:31 +0800 Subject: [PATCH] Fix InputNumber cursor style in safari --- components/input-number/style/index.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/input-number/style/index.less b/components/input-number/style/index.less index 2f2962ec44..70148af986 100644 --- a/components/input-number/style/index.less +++ b/components/input-number/style/index.less @@ -72,7 +72,6 @@ text-align: left; outline: 0; -moz-appearance: textfield; - line-height: @input-height-base - 2px; height: @input-height-base - 2px; transition: all 0.3s linear; color: @input-color; @@ -91,7 +90,6 @@ input { height: @input-height-lg - 2px; - line-height: @input-height-lg - 2px; } } @@ -100,7 +98,6 @@ input { height: @input-height-sm - 2px; - line-height: @input-height-sm - 2px; } }