mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Add .has-flat-children
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user