koto/theme/components/_cover-art-button.scss

11 lines
175 B
SCSS
Raw Normal View History

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