css issue in icon view

Hi I m using Webix UI v.7.2.7 and compact.css I have noticed the extra prefix “fa-” is adding to icon class in span tag please see below image for more detail

Imgur

@Helga please help me

Hello @qadirkanore,
Unfortunatly, but I can’t reproduce the issue. Most likely the problem is
caching the old version. Did you update recently?
Because there was a prefix “fa-” before the version 6.0 Webix.
Please check the snippet: https://snippet.webix.com/y13fdhsh

@annazankevich i m using latest webix compact css and also i have cleared my browser cache many times but getting same issue. i have even try in other browser but same issue

Hello @qadirkanore ,
I’m sorry, but I can’t reproduce the issue. Most likely the problem is somewhere in your code.
Now fa- is not anywhere in the library. And the icons are generated like this:

<button type='button' style='height:${min}px;width:${min}px;' class='webix_icon_button'>
    <span class='webix_icon ${obj.icon}'></span>
</button>

Where obj.icon is the name of the icon that you pass, that is, perhaps somewhere in the code you have icon: "fa-wxi-close".

If the problem is not resolved, we would ask you to provide a demo which can reveal the issue.

@annazankevich I m having very strange issue my webix-jet app always is referring to the old version of webix even I have updated the reference of webix js and css file in my index.html file