mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
Fix InputNumber cursor style in safari
This commit is contained in:
parent
cb555fc30d
commit
37744a073d
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user