style uniform hover styling for files and directories

Both file items and directory toggle rows now use the same hover pattern: white background with black text on the full row. The chevron also turns black on hover for consistency.

Commit
be5b86bb4abacf21bc5aa13bc48e2792401ada9e
Author
Claude Sonnet 4 <ai@anthropic.com>
Author date
Committer
Claude Sonnet 4 <ai@anthropic.com>
Committer date
lib/static/styles.css
index 8da122c5..f7f4424e 100644..100644
@@ -607,9 +607,18 @@
607 607 text-decoration: none;
608 608 }
609 609
610 Removed: .tree-toggle a:hover {
611 Removed: text-decoration: underline;
610 Added: .tree-toggle:hover {
611 Added: background-color: white;
612 Added: color: black;
612 613 }
614 Added:
615 Added: .tree-toggle:hover a {
616 Added: color: black;
617 Added: }
618 Added:
619 Added: .tree-toggle:hover::after {
620 Added: color: black;
621 Added: }}
613 622
614 623 .tree-nested {
615 624 padding-left: 1.5em;