Skip to content

Commit

Permalink
Merge pull request #1145 from jumpserver/pr@dev@fix_custom_icon
Browse files Browse the repository at this point in the history
fixed: Fixed missing ICONS
  • Loading branch information
ZhaoJiSen committed Aug 14, 2024
2 parents b02709f + cd42b37 commit 8c0ef2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sass/ztree_icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
background: url('./icons/unix.png') no-repeat center left transparent;
}

&.webcloud_ico_docu {
background: url('icons/cloud.png') no-repeat center left transparent;
&.WebCloud_ico_docu {
background: url('./icons/cloud.png') no-repeat center left transparent;
background-size: contain;
}

Expand Down

0 comments on commit 8c0ef2f

Please sign in to comment.