hierarchical tagging selection

This commit is contained in:
2025-06-26 13:36:02 +02:00
parent 0cda1706fa
commit 79e34d7e43
23 changed files with 143 additions and 72 deletions

View File

@@ -96,7 +96,7 @@ body {
background-color: var(--color3);
}
.tagentry:hover {
.tagentry > label:hover {
background-color: var(--color7);
}