Add icon to TeeView leaf nodes for clarity
Adding the icon tabs out leaf nodes to make it clear they are children of the parent and makes it clear that a multiline item is a single item Test: N/A Fixes: 158606224 Change-Id: I12cdf1978d322064b37cfa963c5bddbb7bdcacfe
This commit is contained in:
@@ -23,6 +23,11 @@
|
||||
{{isCollapsed ? "chevron_right" : "expand_more"}}
|
||||
</i>
|
||||
</button>
|
||||
<div class="padding" v-else>
|
||||
<i aria-hidden="true" class="md-icon md-theme-default material-icons">
|
||||
arrow_right
|
||||
</i>
|
||||
</div>
|
||||
<div class="description">
|
||||
<span class="kind">{{item.kind}}</span>
|
||||
<span v-if="item.kind && item.name">-</span>
|
||||
|
||||
Reference in New Issue
Block a user