Fixed an issue where label is not visible on hover, while hover on icon or expand arrow. refs #6847

pull/62/head
Khushboo Vashi 2021-10-04 13:15:19 +05:30 committed by Akshay Joshi
parent 038fd6ce21
commit 1ec1db1ecb
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
&:hover, &.pseudo-active {
background-color: $tree-bg-hover !important;
color: $tree-fg-hover !important;
span.file-label {
span.file-name {
color: $tree-text-hover-fg !important;
}
}
}
&.active, &.prompt {
background-color: $tree-bg-selected !important;