Fix InputNumber cursor style in safari

This commit is contained in:
afc163 2017-03-27 21:09:31 +08:00
parent cb555fc30d
commit 37744a073d

View File

@ -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;
}
}