generated from nhcarrigan/template
21 lines
352 B
Plaintext
21 lines
352 B
Plaintext
|
|
||
|
// Tree View
|
||
|
// -------------------
|
||
|
|
||
|
// Used to explore and open files in the current project.
|
||
|
// Overrides: pulsar-edit/tree-view
|
||
|
|
||
|
|
||
|
.tree-view-resizer {
|
||
|
border-right: 1px solid @base-border-color;
|
||
|
}
|
||
|
|
||
|
.tree-view {
|
||
|
color: @text-color;
|
||
|
background-color: @tree-view-background-color;
|
||
|
|
||
|
.list-item.selected {
|
||
|
color: @text-color-selected;
|
||
|
}
|
||
|
}
|