1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00
solarized-dark-ui/styles/tree-view.less

20 lines
348 B
Plaintext
Raw Normal View History

2013-12-04 00:47:55 +01:00
@import "ui-variables";
2013-12-04 02:05:39 +01:00
.tree-view {
font-size: @font-size;
2014-02-27 00:30:56 +01:00
background-color: @tree-background-color;
2013-12-04 00:47:55 +01:00
}
.focusable-panel {
2013-12-04 02:05:39 +01:00
opacity: 1;
&:focus {
.selected > .name,
.selected > .name:before,
.selected > .list-item > .name,
.selected > .list-item > .name:before {
2014-03-07 20:20:07 +01:00
color: @text-color-highlight !important;
2013-12-04 02:05:39 +01:00
}
}
2013-12-04 00:47:55 +01:00
}