Fix wish button opacity
This commit is contained in:
parent
09aac7409a
commit
833751fe4d
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wishlist .ui.card > .content > .extra.buttons {
|
.wishlist .ui.card:hover > .content > .extra.buttons {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue