mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 10:47:57 +08:00
fix(style): override el-icon display in el-input__icon (#4684)
* fix(style): override el-icon display in el-input__icon * fix(style): use double class selector to override input icon style * Update packages/theme-chalk/src/input.scss Co-authored-by: Aex <adaex@qq.com>
This commit is contained in:
parent
0b269e76a1
commit
15251c3639
@ -212,6 +212,10 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
transition: all var(--el-transition-duration);
|
||||
|
||||
&.#{$namespace}-icon {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@include e(validateIcon) {
|
||||
|
Loading…
Reference in New Issue
Block a user