style: modify visibility to opacity (#30)

Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
master
BeADre 5 years ago committed by GitHub
parent 4fcc6d2aff
commit c3d0aeff23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,7 +144,7 @@ export default {
.hover-play-button { .hover-play-button {
&:hover { &:hover {
.play-button { .play-button {
visibility: visible; opacity: 1;
transform: unset; transform: unset;
} }
} }
@ -165,7 +165,7 @@ export default {
height: 208px; height: 208px;
} }
.play-button { .play-button {
visibility: hidden; opacity: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;

Loading…
Cancel
Save