fix: style: "favorite" button being shown on projects without hovering
This commit is contained in:
parent
bfbfd6a421
commit
ee4974a494
@ -161,7 +161,7 @@ const projectStore = useProjectStore()
|
||||
}
|
||||
|
||||
@media(hover: hover) and (pointer: fine) {
|
||||
.list-card .favorite {
|
||||
.project-card .favorite {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user