feat: increase opacity for the floating play button, and now it can be activated by hovering on the title.

This commit is contained in:
Terry Geng
2020-04-19 00:38:36 +08:00
parent 81bfe92e13
commit 9640324668
2 changed files with 13 additions and 6 deletions

View File

@ -69,13 +69,10 @@
margin-left: 15px;
transition: left 300ms;
border-radius: 5px;
opacity: 0.6;
opacity: 0.7;
font-weight: 300;
}
.library-thumb-img:hover + .library-thumb-grp {
left: -15px;
}
.library-thumb-grp:hover {
.library-thumb-grp-hover {
left: -15px;
}
.library-thumb-btn-up {