mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
close down dropdown menus on click + smaller tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user