Fix wish button opacity

This commit is contained in:
grandeljay 2022-12-10 17:38:44 +01:00
parent 09aac7409a
commit 833751fe4d

View file

@ -270,7 +270,7 @@
opacity: 0;
}
.wishlist .ui.card > .content > .extra.buttons {
.wishlist .ui.card:hover > .content > .extra.buttons {
opacity: 1;
}
}