Gbuomprisco / ngx-chips

Tag Input component for Angular
MIT License
902 stars 359 forks source link

Disable animation of delete icon #838

Open thejonathanbrown opened 6 years ago

thejonathanbrown commented 6 years ago

PLEASE MAKE SURE THAT:

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] support request/question

Notice: feature requests will be ignored, submit a PR if you'd like

Current behavior Delete icon grows when hovering over it, no option to disable animation

Expected behavior Option to disable animation

Minimal reproduction of the problem with instructions (if applicable) Hover over the delete icon of the item

More of a question than an issue, but I couldn't find an answer online or in the documentation. Is there a way to disable the animation on the delete icon?

I see this request, but it is related to all animations.

Thanks!

qqilihq commented 5 years ago

Simply set transform: none on the delete-icon:hover