fix: show favorite on hover
This commit is contained in:
parent
03f4d0b8bc
commit
0be83db40f
@ -193,7 +193,7 @@ async function saveProjectPosition(e: SortableEvent) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-menu:hover .favorite {
|
.list-menu:hover > section > .favorite {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user