fix: style: "favorite" button being shown on projects without hovering
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
WofWca 2023-03-16 14:52:21 +04:00
parent 6efc014dd9
commit a036949a10

View File

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