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