mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Handle trees without disclosure arrows
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user