mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
parent
e86f17186b
commit
d93cfdef09
@ -72,7 +72,6 @@
|
|||||||
&-input {
|
&-input {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -311,20 +311,19 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.@{inputClass} {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover .@{inputClass}:not(.@{inputClass}-disabled) {
|
&:hover .@{inputClass}:not(.@{inputClass}-disabled) {
|
||||||
.hover();
|
.hover();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.@{inputClass} {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.@{inputClass}-prefix,
|
.@{inputClass}-prefix,
|
||||||
.@{inputClass}-suffix {
|
.@{inputClass}-suffix {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
z-index: 2;
|
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
color: @input-color;
|
color: @input-color;
|
||||||
:not(.anticon) {
|
:not(.anticon) {
|
||||||
|
Loading…
Reference in New Issue
Block a user