thanks for ariehen help me in file icon not work in root folderοΌi finished my css,it works perfect now, share to everyone here:
/**
icons from:https://emojipedia.org
my blog:https://www.yunglobe.com **/
/* main folder*/
.nav-folder:not(.mod-root):not(.is-collapsed) .nav-folder-title-content::before {content:"π";
}
.nav-folder:not(.mod-root).is-collapsed .nav-folder-title-content::before {content:"π";
}
/* Sub folder*/
.nav-folder-children::not(.is-collapsed) .nav-folder-title-content::before {
content:"π";
}
.nav-folder-children.is-collapsed .nav-folder-title-content::before {
content:"π";
}
div[data-path$='.txt'] .nav-file-title-content::before,div[data-path$='.ini'] .nav-file-title-content::before {
content: 'π';
}
div[data-path$='.md'] .nav-file-title-content::before {
content: 'π';
}
div[data-path$='.png'] .nav-file-title-content::before,div[data-path$='.jpg'] .nav-file-title-content::before,div[data-path$='.jpeg'] .nav-file-title-content::before,div[data-path$='.gif'] .nav-file-title-content::before {
content: 'πΌοΈ';
}
div[data-path$='.url']
.nav-file-title-content::before {
content: 'π';
}
div[data-path$='.docx']
.nav-file-title-content::before {
content: 'π';
}
div[data-path$='.xlsx']
.nav-file-title-content::before {
content: 'π';
}
div[data-path$='.ppt']
.nav-file-title-content::before {
content: 'π';
}
div[data-path$='.pdf']
.nav-file-title-content::before {
content: 'πΊ';
}
div[data-path$='.zip']
.nav-file-title-content::before {
content: 'π';
}