Add .has-flat-children

This commit is contained in:
Ben Ogle
2013-09-06 13:30:34 -07:00
parent e8f3879048
commit 598b1b100e

View File

@@ -88,5 +88,12 @@
.list-nested-item > .list-group {
margin-left: @disclosure-arrow-padding;
}
// You want a subtree to be flat -- no collapsable children
&.has-flat-children, .has-flat-children {
li.list-item {
margin-left: 0;
}
}
}
}