Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit44e324f

Browse files
author
minjk-bl
committed
Fix FileNavigation icon bug on jupyter notebook
1 parentaf3034d commit44e324f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎visualpython/css/component/fileNavigation.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,14 @@
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;

‎visualpython/js/com/component/FileNavigation.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,7 @@ define([
225225

226226
letdirectoryLi=$('<li class="fileNavigationPage-li"></li>');
227227
letdirectoryI=$(`<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}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp