Hi Eric,
We suggest you can
achieve your requirement by using the below CSS styles.
Find the code
example here:
|
.custom-style.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.custom-style.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.custom-style.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.custom-style.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.custom-style.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.custom-style.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.custom-style.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.custom-style.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
background: none;
}
|
In the above, we
have added the cssClass property to override the specific component only.
Find the sample here:
https://stackblitz.com/edit/wsjq2j?file=index.html
Regards,
Sureshkumar P