Yes, the gradient read more styling is final. As it's just CSS you can change it to whatever you want. The below will remove the gradient in CB Activity read more usages.
Code:
.cb_template .streamItem .cbMoreLessOpen.fade-edge {
background: none !important;
}