1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/stylesheets/tree-view.less
2014-02-26 15:30:56 -08:00

20 lines
331 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: #fff !important;
}
}
}