nhn / tui.tree

Component that displays data hierarchically.
https://nhn.github.io/tui.tree/latest/
MIT License
91 stars 18 forks source link

폴더 아이콘 색깔지정은 안될까요? #116

Open JongHyeonKimDev opened 2 months ago

JongHyeonKimDev commented 2 months ago

Summary

toast tree 에서 폴더의 아이콘이 회색으로 나타납니다. 해당 css 확인해보니 이미지맵에서는 푸른색 폴더도 볼 수 있던데요. 혹시 푸른색 폴더 아이콘으로 변경은 어떻게 하면 될까요?

( In the toast tree, the folder's icon appears gray. When I checked the CSS, I could see a blue folder in the image map. How can I change the folder icon to blue? )

Screenshots

image

Version

version 4.0.9

Additional context

Add any other context about the problem here.

JongHyeonKimDev commented 2 months ago

자답 : tui-tree 에서 background 부분 수정하니까 되네요. 예제 : .tui-ico-file { width: 9px; height: 12px; / background-position: 0px -32px; / background-position: -11px -32px;
}