fix: change play/view icon color on hover over thumbnail
This commit is contained in:
parent
08bd2d233f
commit
fdf90ef496
2 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,11 @@
|
|||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
|
||||
.btn--view,
|
||||
.btn--play {
|
||||
background-color: $lbry-green-3;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue