fix: show favorite on hover

This commit is contained in:
kolaente 2023-04-01 11:07:38 +02:00
parent aa77f91b9c
commit c629e2499d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ async function saveProjectPosition(e: SortableEvent) {
}
}
.list-menu:hover .favorite {
.list-menu:hover > section > .favorite {
opacity: 1;
}
</style>