1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/styles/tree-view.less
2015-05-20 20:33:14 -04:00

20 lines
348 B
Plaintext

@import "ui-variables";
.tree-view {
font-size: @font-size;
background-color: @tree-background-color;
}
.focusable-panel {
opacity: 1;
&:focus {
.selected > .name,
.selected > .name:before,
.selected > .list-item > .name,
.selected > .list-item > .name:before {
color: @text-color-highlight !important;
}
}
}