mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
20 lines
348 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|