zTree / zTree_v3

jQuery Tree Plugin
MIT License
4.1k stars 1.28k forks source link

when i use awesomeStyle/awesome.css,the modified icon styel can't hide the icon. #440

Closed Jermyk93 closed 4 years ago

Jermyk93 commented 4 years ago

https://github.com/zTree/zTree_v3/blob/7939cd81878e2c4f8e3af0b682514799cb79f30c/js/jquery.ztree.core.js#L1360

Jermyk93 commented 4 years ago

l try to modify it to width:0px;height:0px;visibility:hidden; and display:none;,both of them hide the icon,so can you change the style?

Jermyk93 commented 4 years ago

sorry,i forget to say that i use the view attribute showIcon:false,but the icon and part of the font overlap.

Jermyk93 commented 4 years ago

after i add the showIcon attribute picture

zTree commented 4 years ago

the issue is because the font-icon; I will fixed this and the other issue.

zTree commented 4 years ago

I have fixed this issue.