Skip to content

Commit

Permalink
style: Prepare for PNG icon removal from core (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Dec 3, 2021
1 parent 5c1ff14 commit eabedca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
!.gitignore
target/
work
.idea/
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core">
<img width="16" height="16"
title="${it.tooltip}"
src="${imagesURL}/16x16/computer.png"/>
</j:jelly>
<j:jelly xmlns:j="jelly:core" xmlns:l="/lib/layout">
<l:icon class="icon-computer icon-sm" title="${it.tooltip}"/>
</j:jelly>

0 comments on commit eabedca

Please sign in to comment.