fix: use group-hover for file tree icon color swap at all nesting levels

This commit is contained in:
David Hill
2026-02-18 13:18:21 +00:00
parent c34ad7223a
commit fbe9669c57
2 changed files with 9 additions and 14 deletions

View File

@@ -23,15 +23,3 @@
position: absolute;
inset: 0;
}
[data-component="filetree"] .filetree-iconpair .filetree-icon--color {
opacity: 0;
}
[data-component="filetree"]:hover .filetree-iconpair .filetree-icon--color {
opacity: 1;
}
[data-component="filetree"]:hover .filetree-iconpair .filetree-icon--mono {
opacity: 0;
}