fix: change play/view icon color on hover over thumbnail

This commit is contained in:
Sean Yesmunt 2019-01-09 10:59:12 -05:00
parent 08bd2d233f
commit fdf90ef496
2 changed files with 7 additions and 8 deletions

View file

@ -73,17 +73,11 @@
background-color: rgba($lbry-black, 0.7);
}
&:hover {
background-color: $lbry-green-3;
}
&.btn--play {
// The play icon looks a little weird without this
.btn--play {
padding-left: 0.25rem;
}
&.btn--view {
}
.btn__label {
display: none;
}

View file

@ -28,6 +28,11 @@
&:hover {
cursor: pointer;
.btn--view,
.btn--play {
background-color: $lbry-green-3;
}
}
}