I\'m pretty sure this is the code I need to modify, but for some reason I can\'t get the gradients to disappear in IE. I want them completely gone!
.carousel-con
There is specialized mixin for resetting IE gradient (Bootstrap 3).
SASS:
.carousel-control { &.left, &.right { background-image: none; @include reset-filter(); } }