fix: style: "favorite" button being shown on projects without hovering
continuous-integration/drone/push Build is passing Details

This commit is contained in:
WofWca 2023-03-16 14:52:21 +04:00 committed by Gitea
parent bfbfd6a421
commit ee4974a494
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ const projectStore = useProjectStore()
}
@media(hover: hover) and (pointer: fine) {
.list-card .favorite {
.project-card .favorite {
opacity: 0;
}