Resolve issue #112

This commit is contained in:
djmaze 2021-08-19 15:14:47 +02:00
parent 1f9e96f107
commit ba477e25ff
12 changed files with 82 additions and 106 deletions

View file

@ -111,6 +111,9 @@
color: var(--folders-selected-color, #eee);
}
}
&:not(.selectable) {
font-style: italic;
}
&.focused {
background-color: #888;

View file

@ -34,6 +34,10 @@
.folder-item {
&:not(.selectable) {
font-style: italic;
}
&.system .folder-name {
font-weight: bold;
}