Skip to content

Commit

Permalink
fix(snippets): system folder highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Apr 15, 2022
1 parent 84ed372 commit 4cfe131
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderer/components/sidebar/SidebarListItem.vue
Expand Up @@ -187,6 +187,12 @@ onClickOutside(itemRef, () => {
}
}
&.is-focused {
&.is-system {
color: #fff;
:deep(svg) {
fill: #fff;
}
}
.icon {
:deep(svg) {
fill: var(--color-sidebar-icon-selected);
Expand Down

0 comments on commit 4cfe131

Please sign in to comment.