File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 254254}
255255
256256/* CHROME: alternatives for fontawesome */
257- # vp_fileNavigation .folder_icon {
257+ # vp_fileNavigation .vp-folder-icon {
258258 background-image : url(../ ../ img/folder-regular.svg);
259259 padding-left : 20px ;
260260 background-position : left;
261261 background-repeat : no-repeat;
262262 background-size : 15px ;
263263}
264- # vp_fileNavigation .file_icon {
264+ # vp_fileNavigation .vp-file-icon {
265265 background-image : url(../ ../ img/file-regular.svg);
266266 padding-left : 20px ;
267267 background-position : left;
Original file line number Diff line number Diff line change @@ -225,8 +225,7 @@ define([
225225
226226 let directoryLi = $ ( '<li class="fileNavigationPage-li"></li>' ) ;
227227 let directoryI = $ ( `<i class="fileNavigationPage-dir-text
228- item_icon
229- ${ type == 'dir' ?'folder' :'file' } _icon
228+ vp-${ type == 'dir' ?'folder' :'file' } -icon
230229 icon-fixed-width"
231230 data-type="${ type } "
232231 data-path="${ path } "
You can’t perform that action at this time.
0 commit comments