remove logic that breaks hover color on tree with nowrap

This commit is contained in:
Til Schmitter 2026-04-26 20:52:02 +02:00
parent 0d3b9c08b7
commit 92a8eab0bf

View file

@ -2059,15 +2059,6 @@ html.a .btn {
min-height: 1.4em;
white-space: nowrap;
}
#tree.nowrap .ntree a+a:hover {
background: rgba(16, 16, 16, 0.67);
min-width: calc(var(--nav-sz) - 2em);
width: auto;
}
html.y #tree.nowrap .ntree a+a:hover {
background: rgba(255, 255, 255, 0.67);
color: var(--fg-max);
}
#docul a:hover,
#tree .ntree a + a:hover {
background: var(--btn-h-bg);