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

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


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. :)





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









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.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived