mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
extract a few styles from the tree view
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
@import "octicon-mixins";
|
||||
|
||||
.list-group, .list-tree {
|
||||
margin: 0; padding: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
cursor: default;
|
||||
|
||||
li:not(.list-nested-item),
|
||||
li.list-nested-item > .list-item {
|
||||
line-height: @component-line-height;
|
||||
text-wrap: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
// The background highlight uses :before rather than the item background so
|
||||
|
||||
Reference in New Issue
Block a user