删除bootstrap轮播渐变

hel*_*pls 3 html css carousel

伙计们我试图消除由此引起的渐变left carousel-control.

<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">

<span class="glyphicon glyphicon-chevron-left" aria-hidden="true">/span>

<span class="sr-only">Previous</span>
Run Code Online (Sandbox Code Playgroud)

Hud*_*nPH 10

只需添加: style="background:red !important"

<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev" style="background:red !important">
Run Code Online (Sandbox Code Playgroud)

删除完成 background: none;