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

This commit is contained in:
Khushboo Vashi 2021-10-04 13:15:19 +05:30 committed by Akshay Joshi
parent 038fd6ce21
commit 1ec1db1ecb

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;