fixed #2884
This commit is contained in:
parent
076148112f
commit
a73ae72b35
3 changed files with 32 additions and 6 deletions
|
@ -29,6 +29,16 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
&-icon-clear{
|
||||
display: none;
|
||||
}
|
||||
|
||||
&-wrapper:hover{
|
||||
.@{input-prefix-cls}-icon-clear{
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&-icon-normal + &{
|
||||
padding-right: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue