Skip to content

Commit

Permalink
Fix icon change when collapsing root node
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed Jun 12, 2024
1 parent 385f931 commit c690d87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/css/module.less
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,12 @@
content: '\e81d';
}

.tlv-collapsed {
}

.tlv-collapsed {
.icon.tlv-collapse-handle::before {
content: '\e820';
content: '\e820';
}
}
}

/** BEGIN of breadcrumb **/
Expand Down

0 comments on commit c690d87

Please sign in to comment.