dotfiles/.atom/packages/atom-material-ui/styles/tree-view.less

39 lines
637 B
Plaintext
Raw Normal View History

2020-09-07 14:15:44 -07:00
.tree-view {
font-size: 1em;
background: @tree-view-background-color;
.selected::before {
background: fade(@text-color, 5%);
}
&:focus {
.selected::before {
background: @base-color;
}
}
.amu-panel-contrast & {
background-color: darken(@app-background-color, 1.5%);
}
}
.tree-view-resizer {
.tree-view-resize-handle {
width: 8px;
}
}
.focusable-panel {
opacity: 1;
&:focus {
.selected {
color: @accent-text-color;
&::before {
background: @base-color;
}
}
}
}