mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
fix: Input clear icon align problem (#18151)
* 🐛 Fix Input clear icon align problem close #18150 close #17414 * Update index.less
This commit is contained in:
parent
0f60283cc9
commit
2cadd5be9f
@ -44,7 +44,9 @@
|
||||
.@{ant-prefix}-input-clear-icon {
|
||||
color: @disabled-color;
|
||||
font-size: @font-size-sm;
|
||||
vertical-align: top;
|
||||
// https://github.com/ant-design/ant-design/pull/18151
|
||||
// https://codesandbox.io/s/wizardly-sun-u10br
|
||||
vertical-align: 0;
|
||||
cursor: pointer;
|
||||
transition: color 0.3s;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user