Handle trees without disclosure arrows

This commit is contained in:
Ben Ogle
2013-09-06 10:24:45 -07:00
parent 01bfe77eb7
commit b8085e06b7

View File

@@ -43,6 +43,11 @@
// Handle indentation of the tree. Assume disclosure arrows.
.list-tree {
.list-nested-item > .list-tree,
.list-nested-item > .list-group {
margin-left: @component-icon-size + @component-icon-padding;
}
&.has-collapsable-children {
@disclosure-arrow-padding: @disclosure-arrow-size + @component-icon-padding;
li.list-item {