style: modify visibility to opacity (#30)

Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
master
BeADre 4 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 {
visibility: visible;
opacity: 1;
transform: unset;
}
}
@ -165,7 +165,7 @@ export default {
height: 208px;
}
.play-button {
visibility: hidden;
opacity: 0;
display: flex;
justify-content: center;
align-items: center;

Loading…
Cancel
Save