I use the standard code from here .
I want to remove the shading. I checked the styles and saw that the background-image parameter in the carousel-control class is responsible for this shading, respectively, there are two of them: .left and .right .
I tried to set this parameter in none in styles - I tried this option:
.carousel-control { .left { background-image: none; } .right { background-image: none; } } Did not work. Apparently, either SASS does not know how, or I was mistaken in the syntax.
Tell me, please, how can I remove this shading?