Skip to content

Commit

Permalink
client: Change tree star icon to link (closes #565)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Nov 21, 2024
1 parent 8c7cba4 commit ed90e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/public/stylesheets/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ span.fancytree-node.protected > span.fancytree-custom-icon {
span.fancytree-node.multiple-parents.shared .fancytree-title::after {
font-family: 'boxicons' !important;
font-size: smaller;
content: " \ec27 \ec03";
content: " \eb3d \ec03";
}

span.fancytree-node.multiple-parents .fancytree-title::after {
font-family: 'boxicons' !important;
font-size: smaller;
content: " \ec27"; /* lookup code for "star" in boxicons.css */
content: " \eb3d"; /* lookup code for "link-alt" in boxicons.css */
}

span.fancytree-node.shared .fancytree-title::after {
Expand Down

0 comments on commit ed90e0f

Please sign in to comment.