11 lines
175 B
SCSS
11 lines
175 B
SCSS
|
.cover-art-button {
|
||
|
&:hover {
|
||
|
& > image {
|
||
|
opacity: 0.75;
|
||
|
}
|
||
|
|
||
|
& > revealer > box { // Inner controls
|
||
|
background-color: transparentize($bg-secondary, 0.25);
|
||
|
}
|
||
|
}
|
||
|
}
|