Merge "Add icon to TeeView leaf nodes for clarity"

This commit is contained in:
Pablo Gamito
2020-06-11 17:22:09 +00:00
committed by Android (Google) Code Review

View File

@@ -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>