Can't get rid of ish'transparent background of image buttons

Multi tool use


Can't get rid of ish'transparent background of image buttons
Picture of the buttons
Hello guys. I am trying make the background of the buttons seen in the image-link above go away but can not seem to figure out how. This is my css (sass):
.spectrum-cursors
display: flex
flex-direction: row
justify-content: space-around;
padding: 0 1em
margin-left: auto
.button
margin-top: rem(8)
margin-left: rem(12)
margin-bottom: rem(8)
display: flex
I have tried the background-image: none, border: none, but no results. this is my first time using CSS so I might have missed something fundamental.
Every answer will be appreciated. :)
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
That seems like a box-shadow on the containing element of the buttons. But we can't be sure without looking at relevant HTML and CSS. Please create a Minimal, Complete, and Verifiable example.
– Nisarg Shah
just now