close down dropdown menus on click + smaller tweaks

This commit is contained in:
zadam
2020-08-28 14:52:38 +02:00
parent 9873dd1242
commit 8259b4a32c
7 changed files with 13 additions and 7 deletions

View File

@@ -57,11 +57,11 @@ const TPL = `
}
.attr-expander:not(.error):hover hr {
border-color: black;
border-color: var(--main-text-color);
}
.attr-expander:not(.error):hover .attr-expander-text {
color: black;
.attr-expander:hover .attr-expander-text {
color: var(--main-text-color);
}
</style>