mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
remove logic that breaks hover color on tree with nowrap
This commit is contained in:
parent
0d3b9c08b7
commit
92a8eab0bf
|
|
@ -2059,15 +2059,6 @@ html.a .btn {
|
||||||
min-height: 1.4em;
|
min-height: 1.4em;
|
||||||
white-space: nowrap;
|
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,
|
#docul a:hover,
|
||||||
#tree .ntree a + a:hover {
|
#tree .ntree a + a:hover {
|
||||||
background: var(--btn-h-bg);
|
background: var(--btn-h-bg);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue